diff --git a/README.md b/README.md index 9bc50b90613d3ec0d8259a04e0078d05e4ff3cd3..2a68a2ad3c13a86be5fcf35fb0a94839da94ebda 100644 --- a/README.md +++ b/README.md @@ -36,16 +36,16 @@ This repository makes use of the following pub packages: | Package | Version | Usage | | ------ | ------ | ------ | -| [Bloc](https://pub.dev/packages/bloc) | ^7.0.0 | State management* -| [Flutter Bloc](https://pub.dev/packages/flutter_bloc) | ^7.0.1 | State management* -| [Hydrated Bloc](https://pub.dev/packages/hydrated_bloc) | ^7.0.1 | Persists Bloc state with Hive -| [Equatable](https://pub.dev/packages/equatable) | ^2.0.2 | Easily compare custom classes, used for Bloc states* -| [Flutter Lints](https://pub.dev/packages/flutter_lints) | ^1.0.3 | Stricter linting rules -| [Path Provider](https://pub.dev/packages/path_provider) | ^2.0.2 | Get the save path for Hive +| [Bloc](https://pub.dev/packages/bloc) | ^8.0.2 | State management* +| [Flutter Bloc](https://pub.dev/packages/flutter_bloc) | ^8.0.1 | State management* +| [Hydrated Bloc](https://pub.dev/packages/hydrated_bloc) | ^8.0.0 | Persists Bloc state with Hive +| [Equatable](https://pub.dev/packages/equatable) | ^2.0.3 | Easily compare custom classes, used for Bloc states* +| [Flutter Lints](https://pub.dev/packages/flutter_lints) | ^1.0.4 | Stricter linting rules +| [Path Provider](https://pub.dev/packages/path_provider) | ^2.0.8 | Get the save path for Hive | [Flutter Displaymode](https://pub.dev/packages/flutter_displaymode) | ^0.3.2 | Support high refresh rate displays | [Easy Localization](https://pub.dev/packages/easy_localization) | ^3.0.0 | Makes localization easy -| [Hive](https://pub.dev/packages/hive) | ^2.0.4 | Platform independent storage. -| [Url Launcher](https://pub.dev/packages/url_launcher) | ^6.0.6 | Open urls in Browser +| [Hive](https://pub.dev/packages/hive) | ^2.0.5 | Platform independent storage. +| [Url Launcher](https://pub.dev/packages/url_launcher) | ^6.0.17 | Open urls in Browser | [Ionicons](https://pub.dev/packages/ionicons) | ^0.1.2 | Modern icon library > \* Recommended to keep regardless of your project diff --git a/pubspec.yaml b/pubspec.yaml index 6dbc3a673a8a52bbde1eddb66160a1c770e584df..cc933630df2afa832f787dcbf1678e82c5ac71c6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.0.2+1 +version: 0.0.3+1 environment: sdk: ">=2.12.0 <3.0.0"