Skip to content

Commit

Permalink
feat: remove arna_response_validation from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MahanRahmati committed Jul 15, 2023
1 parent b665bff commit e19fdce
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,20 @@ You can then open the project in your favorite IDE or text editor and start buil

This boilerplate includes several common dependencies that you may find useful when building your application:

| Packages | Description |
| :---------------------------------------------------------------------------- | :---------------------------------------------- |
| [provider](https://pub.dev/packages/provider/) | State Manager |
| [go_router](https://pub.dev/packages/go_router/) | Routing |
| [hive](https://pub.dev/packages/hive/) | Storage |
| [safe_change_notifier](https://pub.dev/packages/safe_change_notifier/) | Replacements for ChangeNotifier |
| [intl](https://pub.dev/packages/intl/) | Internationalization and Localization |
| [arna_logger](https://pub.dev/packages/arna_logger/) | Logger |
| [flutter_svg](https://pub.dev/packages/flutter_svg/) | Draw SVG files |
| [cached_network_image](https://pub.dev/packages/cached_network_image/) | Load and cache network images |
| [freezed](https://pub.dev/packages/freezed/) | Code generation for models |
| [json_serializable](https://pub.dev/packages/json_serializable/) | Code generation for converting to and from JSON |
| [flutter_native_splash](https://pub.dev/packages/flutter_native_splash/) | Native splash screen |
| [arna_web_service](https://pub.dev/packages/arna_web_service) | Web service |
| [arna_response_validation](https://pub.dev/packages/arna_response_validation) | Response validator |
| Packages | Description |
| :----------------------------------------------------------------------- | :---------------------------------------------- |
| [provider](https://pub.dev/packages/provider/) | State Manager |
| [go_router](https://pub.dev/packages/go_router/) | Routing |
| [hive](https://pub.dev/packages/hive/) | Storage |
| [safe_change_notifier](https://pub.dev/packages/safe_change_notifier/) | Replacements for ChangeNotifier |
| [intl](https://pub.dev/packages/intl/) | Internationalization and Localization |
| [arna_logger](https://pub.dev/packages/arna_logger/) | Logger |
| [flutter_svg](https://pub.dev/packages/flutter_svg/) | Draw SVG files |
| [cached_network_image](https://pub.dev/packages/cached_network_image/) | Load and cache network images |
| [freezed](https://pub.dev/packages/freezed/) | Code generation for models |
| [json_serializable](https://pub.dev/packages/json_serializable/) | Code generation for converting to and from JSON |
| [flutter_native_splash](https://pub.dev/packages/flutter_native_splash/) | Native splash screen |
| [arna_web_service](https://pub.dev/packages/arna_web_service) | Web service |

You can add or remove dependencies as needed for your specific use case.

Expand Down

0 comments on commit e19fdce

Please sign in to comment.