Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 783 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 783 Bytes

listview_cubit_hooks

A Flutter project that demonstrates the usage of ListView with cubits and hooks. Also with local database storage using Hive.

Check out Medium tutorial for screenshots and explanations.

flutter_tutorial_app_cubit_hooks_hive

Getting Started

For generating injectables & freezed files:

flutter pub run build_runner build --delete-conflicting-outputs

For generating local keys for Easy Localization:

flutter pub run easy_localization:generate --source-dir ./assets/translations -f keys -o local_keys.g.dart