Skip to content

Commit

Permalink
fix: requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolantean committed Apr 22, 2024
1 parent baca45e commit 9daf1a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .fvm/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.16.4
3.13.9
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The project is divided into two main folders:
- The UI contains all app screens.
- The Core contains the models and the data layer.

The design system is located on a package called [design_system][design_system],

### UI section

[Flutter Bloc][bloc] is used for state management, specifically, we use Cubit to manage the screen state.
Expand Down Expand Up @@ -104,6 +106,7 @@ To create generated code run `clean_up.sh` under [scripts] folder or the followi

In order to setup pre-push hook you need to go to the root of the project and run `git config core.hooksPath .github/hooks`

[design_system]: https://github.com/xmartlabs/flutter-template/tree/main/design_system
[flavorizr]: https://pub.dev/packages/flutter_flavorizr
[flutter_launcher_icons]: https://pub.dev/packages/flutter_launcher_icons
[flutter_native_splash]: https://pub.dev/packages/flutter_native_splash
Expand Down

0 comments on commit 9daf1a1

Please sign in to comment.