Flukki is an open-source tool designed to revolutionize the way developers approach app development.
Flukki aims to simplify and speed up the development process.
As of now, Flukki is capable of:
- Generating apps from description
- Enhancing the logic of existing Flutter applications.
- Writing unit tests automatically, saving time and effort in the testing phase.
- AMore reliable code generator: Currently you may get some compilation errors in generated apps.
To get started with Flukki:
- Set Up Your Environment: Ensure you have Flutter installed and set up on your machine. [How to install Flutter]
- Clone the Repository: Download the Flukki repository from GitHub. [How to clone repository]
- Install Dependencies: Run
flutter pub get
in the terminal in the root directory of the cloned repo to install necessary dependencies. - Launch Flukki: Run the application with
flutter run
in the root directory of cloned repo. - Setup: Pass your OpenAI api key, select Flutter project, select Dart SDK path.
- Start using by clicking generate tests buttons or by providing some coding task
Wanna became a contributor? Let me know: maciek@flukki.com