-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4dda9a6
commit 914f60e
Showing
2 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Packages in use 📦 | ||
|
||
These are the main packages used in the app: | ||
|
||
- [Hooks Riverpod](https://pub.dev/packages/hooks_riverpod) for state-management | ||
- [Flutter Hooks](https://pub.dev/packages/flutter_hooks) to reduce boilerplate code of stateful widgets and increase code reusability | ||
- [Freezed](https://pub.dev/packages/freezed) to reduce boilerplate code in model classes | ||
- [Flex Color Scheme](https://pub.dev/packages/flex_color_scheme) to make AWESOME Flutter Material Design themes | ||
- [Google Fonts](https://pub.dev/packages/google_fonts) to use fonts from https://fonts.google.com | ||
- [Font Awesome Flutter](https://pub.dev/packages/font_awesome_flutter) to use icons from https://fontawesome.com/icons | ||
- [Easy Localization](https://pub.dev/packages/easy_localization) for... easy localization | ||
- [Intl](https://pub.dev/packages/intl) for date formatting | ||
- [Shared Preferences](https://pub.dev/packages/shared_preferences) for persistent storage (used to store theme state) | ||
|
||
See the [`pubspec.yaml`](pubspec.yaml) file for the complete list |