From 9daf1a123bbc2494d779f4876be0d48d3aa5b901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicola=CC=81s=20Lantean?= Date: Mon, 22 Apr 2024 14:38:02 -0300 Subject: [PATCH] fix: requested changes --- .fvm/version | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.fvm/version b/.fvm/version index afb0535..4fd0f83 100644 --- a/.fvm/version +++ b/.fvm/version @@ -1 +1 @@ -3.16.4 \ No newline at end of file +3.13.9 \ No newline at end of file diff --git a/README.md b/README.md index d8ad208..f1a8133 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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