This Flutter project serves as a showcase for demonstrating usage of flutter_bloc, get_it and freezed packages. For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Install dependencies:
flutter pub get
. - Launch the app:
flutter run
.
To automatically generate freezed classes as you write code, you need to run the following command in the terminal
Steps:
- Open your terminal in the folder's path containing your project
- Run in terminal
dart run build_runner watch
Feel free to get in touch if you found this useful or if something didn't behave as expected.