A brainstorming app made with Flutter. Supports English and Korean.
Screenshots โข Download โข Description โข Feedback โข License โข
Simple brainstorming app built with Flutter and BLoC pattern. This app largely demonstrates:
- applying BLoC and Clean Architecture in Flutter app.
- using MethodChannel to communicate with native Android code.
- using intricate animations.
- adding tutorial.
- applying localizations.
Everything runs locally, so it's easy to setup and run for yourself: clone the repository, run flutter pub get
from the cloned directory, and run the app.
Code is largely divided into five packages: ui, usecase, entity, repository, and datasource. It's implemented in the way I follow clean architecture.
The floating button shown in the last screenshot above is implemented in native Android using Flutter's MethodChannel. Related code is largely in MiniBoxRepository.
Feel free to leave any feedback!
Email: [email protected]
MIT