Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AladdineDev committed Feb 7, 2024
1 parent 4dda9a6 commit 914f60e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,6 @@ Flutter Portfolio – by [@AladdineDev](https://github.com/AladdineDev)
💙 Multiple themes\
💙 Multi-platform (Android, iOS, macOS, Windows, Linux, Web)

## 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

## Getting started 🚀

If you haven't already, install [Flutter](https://docs.flutter.dev/get-started/install)
Expand Down
15 changes: 15 additions & 0 deletions docs/packages-in-use.md
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

0 comments on commit 914f60e

Please sign in to comment.