diff --git a/pubspec.yaml b/pubspec.yaml index 0d57b49f..96d69c9e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,43 +24,43 @@ dependencies: # Automatically resizes text to fit perfectly within its bounds. auto_size_text: ^3.0.0 # Helps implement the BLoC pattern. - bloc: ^8.0.2 + bloc: ^8.1.0 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^1.0.4 + cupertino_icons: ^1.0.5 dart_ping: ^7.0.1 flutter: sdk: flutter # Bloc for state management, replace StatefulWidget - flutter_bloc: ^8.0.1 + flutter_bloc: ^8.1.1 # Annotations for freezed - freezed_annotation: ^1.1.0 + freezed_annotation: ^2.1.0 # Service locator get_it: ^7.2.0 # A composable, multi-platform, Future-based API for HTTP requests. - http: ^0.13.4 + http: ^0.13.5 # Convenient code generator for get_it injectable: ^1.5.3 # An easy way to create a new isolate, keep it running and communicate with it. - isolate_contactor: ^1.2.0+1 + isolate_contactor: ^2.0.0 # Discover network info and configure themselves accordingly - network_info_plus: ^2.1.2 + network_info_plus: ^2.2.0 # Helps you discover open ports, devices on subnet and more. network_tools: ^3.0.0+2 # network_tools: # git: https://github.com/git-elliot/network_tools.git # Querying information about the application package, such as CFBundleVersion - package_info_plus: ^1.3.0 + package_info_plus: ^1.4.3+1 # Allows you to display progress widgets based on percentage. - percent_indicator: ^4.0.0 + percent_indicator: ^4.2.2 # Popup that ask for the requested permission - permission_handler: ^8.3.0 + permission_handler: ^10.0.2 # A wrapper around InheritedWidget to make them easier to use and more reusable. - provider: ^6.0.2 + provider: ^6.0.3 # Reading and writing simple key-value pairs - shared_preferences: ^2.0.13 + shared_preferences: ^2.0.15 # Plugin for launching a URL - url_launcher: ^6.0.20 + url_launcher: ^6.1.6 dev_dependencies: # A build system for Dart code generation and modular compilation. @@ -69,11 +69,11 @@ dev_dependencies: flutter_test: sdk: flutter # Code generator for unions/pattern-matching/copy. - freezed: ^1.1.1 + freezed: ^2.1.0+1 # Convenient code generator for get_it. - injectable_generator: ^1.5.3 + injectable_generator: ^1.5.4 # Collection of lint rules for Dart and Flutter projects. - lint: ^1.8.2 + lint: ^1.10.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec