Skip to content

Brainstorming app with Flutter and BLoC pattern ๐Ÿ’โ€โ™‚๏ธ

License

Notifications You must be signed in to change notification settings

giantsol/Yellow-Box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation


Yellow Box
Yellow Box

A brainstorming app made with Flutter. Supports English and Korean.

Screenshots โ€ข Download โ€ข Description โ€ข Feedback โ€ข License โ€ข

Screenshots

Download

Get it on Google Play

Description

Simple brainstorming app built with Flutter and BLoC pattern. This app largely demonstrates:

  1. applying BLoC and Clean Architecture in Flutter app.
  2. using MethodChannel to communicate with native Android code.
  3. using intricate animations.
  4. adding tutorial.
  5. 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.

Feedback

Feel free to leave any feedback!

Email: giantsol64@gmail.com

License

MIT

About

Brainstorming app with Flutter and BLoC pattern ๐Ÿ’โ€โ™‚๏ธ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published