Giter Club home page Giter Club logo

Dash AI

VScode Downloads License: APACHE

Your Flutter AI Autopilot powered with Gemini Code & Vision


Dash AI is an open-source coding assistant being built for Flutter Devs. It is aimed to not only write code, but also run and debug it. This allows Dash AI to assist beyond code completion, and autopilot routine tasks for you.

  • ✨ Powered by Gemini
  • 🤝 Integrated Dart Analyzer
  • 👨🏼‍💻 For and by Flutter Engineers

Chat with Gemini inside VSCODE

Our vision is to build a single-command assistant that automates tedious development tasks. Enabling both seasoned and beginner Flutter devs to focus on the creativity and innovation, bringing their app ideas to life faster.

The Mini-Engineer Vision

Engineering a feature for an app requires multiple iterations of writing code, running tests and debugging to meet the end-user requirements. Dash AI is designed to assist you through the entire process.

Imagine asking: "Implement this JIRA ticket for me"

graph TD
A(Dash AI)
A --> |Select relevant code| B(Break the task into steps)
B --> |For each step|C{Refactor code}
C --> |Generate| D(Exploratory Tests)
D --> |Tests Fail| C
D --> |Fails  > 3 times| E(Human Overrides)
E -->|Passes| F(Move to next step)
D -->|Passes| F(Move to next step)
F -->|All completed| G(Voila! Task Accomplished)

We have been able to build internal MVPs of such capablilties in a copilot. And are now sharing a roadmap with the community to make it available in production for everyone.

Roadmap

To build a mini-engineer with human developer like abilities, we need to provide Gemini LLMs the same access and information that we human devs have. This includes:

1. Full Contextual Knowledge To perform a task, humans or LLMs both need to understand the complete contextual code. This could be accomplished by integrating with Dart analyzer and embedding matching.

  • Dart Analyzer Integration
  • Manually attach code objects.
  • Basic auto code extraction.
  • Semantic match similar documents.
  • Advanced auto code extraction.
  • Auto identify file groups based on command.

2. Latest Syntax and Dependencies Data To keep up with evolving programming languages and coding practices, we'll use Retrieval Augmented Generation (RAG). This will ensure our Language Models can produce up-to-date code. By integrating the latest information and working with the community, we aim to build the most robust Flutter dataset.

  • Allow generative search across pub.dev.
  • Refer latest trusted sources for documentation.
  • Output code for the dependency version installed in the project.
  • Allow mechanism to update to latest dependency versions.
  • Choose from a range of trusted code practices and architecture styles.

3. Ability to Write, Run and Debug Code Modern LLMs are multimodal, understanding text, code, visuals, and even audio. When connected to Dart Tools (analyzer, debugger, devtools) and Dart Runtime (VM), they can leverage their multimodal capabilities to not only write code but also:

  • Write code across multiple files.
  • Run the tests or app by itself.
  • Read the console logs and iterate code.
  • Observe to device screen (multimodality) and interact with the app, to verify if features are met.

This allows us to mimic developer behavior and automate large-scale tasks in their entirety. We are setting a timeline of 4-6 months to achieve all of the above milestones.

Contributing

A coding assistant for all is best built when all of us contribute. You can make contributions to the VSCODE or IntelliJ extension or also to CommandDash CLI shared between the extensions.

Ways to contribute

  • File feature requests: Suggest features that'll make your development process easier in the issues board.

  • Pick up open issues: Pick up and fix existing issues open to the community in issues board.

  • Participate in discussions: Help by sharing your ideas in the active discussions in our community slack.

Community

Connect with like minded people building with Flutter and using AI to do so, every step of the way :D Join Now

CommandDash (by Welltested AI)'s Projects

commanddash icon commanddash

Flutter AI Autopilot powered with Gemini Code & Vision.

starter_examples icon starter_examples

Starter examples to quickly experience welltested's test generation capabilities.

welltested icon welltested

welltested is a code testing autopilot for flutter and dart projects.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.