From 2a96cf2777f5a05db058aebe732b53ad0006fb64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 22:49:22 +0000 Subject: [PATCH] Bump dio, intl_translation, crypto, exif, json_annotation, json_serializable, flutter_launcher_icons, rxdart, cached_network_image, path_provider and build_runner Bumps [dio](https://github.com/cfug/dio), [intl_translation](https://github.com/dart-lang/intl_translation), [crypto](https://github.com/dart-lang/crypto), [exif](https://github.com/bigflood/dartexif), [json_annotation](https://github.com/google/json_serializable.dart), [json_serializable](https://github.com/google/json_serializable.dart), [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons), [rxdart](https://github.com/ReactiveX/rxdart), [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image), [path_provider](https://github.com/flutter/packages/tree/main/packages/path_provider) and [build_runner](https://github.com/dart-lang/build). These dependencies needed to be updated together. Updates `dio` from 2.1.7 to 5.0.3 - [Release notes](https://github.com/cfug/dio/releases) - [Commits](https://github.com/cfug/dio/commits/dio_v5.0.3) Updates `intl_translation` from 0.17.5 to 0.18.0 - [Release notes](https://github.com/dart-lang/intl_translation/releases) - [Changelog](https://github.com/dart-lang/intl_translation/blob/master/CHANGELOG.md) - [Commits](https://github.com/dart-lang/intl_translation/commits) Updates `crypto` from 2.0.6 to 3.0.2 - [Release notes](https://github.com/dart-lang/crypto/releases) - [Changelog](https://github.com/dart-lang/crypto/blob/master/CHANGELOG.md) - [Commits](https://github.com/dart-lang/crypto/compare/2.0.6...3.0.2) Updates `exif` from 1.0.1 to 3.1.2 - [Release notes](https://github.com/bigflood/dartexif/releases) - [Changelog](https://github.com/bigflood/dartexif/blob/master/CHANGELOG.md) - [Commits](https://github.com/bigflood/dartexif/commits) Updates `json_annotation` from 2.4.0 to 4.7.0 - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_annotation-2.4.0...json_annotation-v4.7.0) Updates `json_serializable` from 3.0.0 to 6.5.4 - [Release notes](https://github.com/google/json_serializable.dart/releases) - [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-3.0.0...json_serializable-v6.5.4) Updates `flutter_launcher_icons` from 0.7.2 to 0.11.0 - [Release notes](https://github.com/fluttercommunity/flutter_launcher_icons/releases) - [Changelog](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md) - [Commits](https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.7.2...v0.11.0) Updates `rxdart` from 0.20.0 to 0.27.7 - [Release notes](https://github.com/ReactiveX/rxdart/releases) - [Changelog](https://github.com/ReactiveX/rxdart/blob/master/CHANGELOG.md) - [Commits](https://github.com/ReactiveX/rxdart/compare/0.20.0...0.27.7) Updates `cached_network_image` from 0.8.0 to 3.2.3 - [Release notes](https://github.com/Baseflow/flutter_cached_network_image/releases) - [Commits](https://github.com/Baseflow/flutter_cached_network_image/commits/v3.2.3) Updates `path_provider` from 0.5.0+1 to 2.0.14 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/path_provider-v2.0.14/packages/path_provider) Updates `build_runner` from 1.5.2 to 2.3.3 - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](https://github.com/dart-lang/build/compare/build_runner-v1.5.2...build_runner-v2.3.3) --- updated-dependencies: - dependency-name: dio dependency-type: direct:production - dependency-name: intl_translation dependency-type: direct:production - dependency-name: crypto dependency-type: direct:production - dependency-name: exif dependency-type: direct:production - dependency-name: json_annotation dependency-type: direct:production - dependency-name: json_serializable dependency-type: direct:production - dependency-name: flutter_launcher_icons dependency-type: direct:production - dependency-name: rxdart dependency-type: direct:production - dependency-name: cached_network_image dependency-type: direct:production - dependency-name: path_provider dependency-type: direct:production - dependency-name: build_runner dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pubspec.lock | 447 +++++++++++++++++++++++++++++++++++---------------- pubspec.yaml | 22 +-- 2 files changed, 315 insertions(+), 154 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 2096b74..e66252c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1,13 +1,20 @@ # Generated by pub -# See https://www.dartlang.org/tools/pub/glossary#lockfile +# See https://dart.dev/tools/pub/glossary#lockfile packages: + _fe_analyzer_shared: + dependency: transitive + description: + name: _fe_analyzer_shared + url: "https://pub.dartlang.org" + source: hosted + version: "47.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "0.36.3" + version: "4.7.0" animated_floatactionbuttons: dependency: "direct main" description: @@ -15,34 +22,27 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.1.0" - ansicolor: - dependency: transitive - description: - name: ansicolor - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.2" archive: dependency: transitive description: name: archive url: "https://pub.dartlang.org" source: hosted - version: "2.0.10" + version: "3.3.6" args: dependency: transitive description: name: args url: "https://pub.dartlang.org" source: hosted - version: "1.5.2" + version: "2.4.0" async: dependency: transitive description: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.10.0" autocomplete_textfield: dependency: "direct main" description: @@ -56,105 +56,133 @@ packages: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "1.0.4" + version: "2.1.1" build: dependency: transitive description: name: build url: "https://pub.dartlang.org" source: hosted - version: "1.1.4" + version: "2.3.1" build_config: dependency: transitive description: name: build_config url: "https://pub.dartlang.org" source: hosted - version: "0.4.0" + version: "1.1.1" build_daemon: dependency: transitive description: name: build_daemon url: "https://pub.dartlang.org" source: hosted - version: "1.0.0" + version: "3.1.1" build_resolvers: dependency: transitive description: name: build_resolvers url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "2.0.10" build_runner: dependency: "direct dev" description: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "1.5.2" + version: "2.3.3" build_runner_core: dependency: transitive description: name: build_runner_core url: "https://pub.dartlang.org" source: hosted - version: "3.0.6" + version: "7.2.7" built_collection: dependency: transitive description: name: built_collection url: "https://pub.dartlang.org" source: hosted - version: "4.2.2" + version: "5.1.1" built_value: dependency: transitive description: name: built_value url: "https://pub.dartlang.org" source: hosted - version: "6.6.0" + version: "8.4.4" cached_network_image: dependency: "direct main" description: name: cached_network_image url: "https://pub.dartlang.org" source: hosted - version: "0.8.0" - charcode: + version: "3.2.3" + cached_network_image_platform_interface: dependency: transitive description: - name: charcode + name: cached_network_image_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.1.2" - code_builder: + version: "2.0.0" + cached_network_image_web: dependency: transitive description: - name: code_builder + name: cached_network_image_web url: "https://pub.dartlang.org" source: hosted - version: "3.2.0" - collection: + version: "1.0.2" + characters: dependency: transitive description: - name: collection + name: characters + url: "https://pub.dartlang.org" + source: hosted + version: "1.2.1" + checked_yaml: + dependency: transitive + description: + name: checked_yaml url: "https://pub.dartlang.org" source: hosted - version: "1.14.11" - console_log_handler: + version: "2.0.2" + cli_util: + dependency: transitive + description: + name: cli_util + url: "https://pub.dartlang.org" + source: hosted + version: "0.3.5" + clock: + dependency: transitive + description: + name: clock + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.1" + code_builder: dependency: transitive description: - name: console_log_handler + name: code_builder url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "4.4.0" + collection: + dependency: transitive + description: + name: collection + url: "https://pub.dartlang.org" + source: hosted + version: "1.17.0" convert: dependency: transitive description: name: convert url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "3.1.1" cookie_jar: dependency: "direct main" description: @@ -168,7 +196,7 @@ packages: name: crypto url: "https://pub.dartlang.org" source: hosted - version: "2.0.6" + version: "3.0.2" csslib: dependency: transitive description: @@ -189,40 +217,68 @@ packages: name: dart_style url: "https://pub.dartlang.org" source: hosted - version: "1.2.7" + version: "2.2.4" dio: dependency: "direct main" description: name: dio url: "https://pub.dartlang.org" source: hosted - version: "2.1.7" + version: "5.0.3" exif: dependency: "direct main" description: name: exif url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "3.1.2" + fake_async: + dependency: transitive + description: + name: fake_async + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.1" + ffi: + dependency: transitive + description: + name: ffi + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.1" + file: + dependency: transitive + description: + name: file + url: "https://pub.dartlang.org" + source: hosted + version: "6.1.4" fixnum: dependency: transitive description: name: fixnum url: "https://pub.dartlang.org" source: hosted - version: "0.10.9" + version: "1.1.0" flutter: dependency: "direct main" description: flutter source: sdk version: "0.0.0" + flutter_blurhash: + dependency: transitive + description: + name: flutter_blurhash + url: "https://pub.dartlang.org" + source: hosted + version: "0.7.0" flutter_cache_manager: dependency: transitive description: name: flutter_cache_manager url: "https://pub.dartlang.org" source: hosted - version: "0.3.2" + version: "3.3.0" flutter_chips_input: dependency: "direct main" description: @@ -237,20 +293,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.8.2" - flutter_image: - dependency: transitive - description: - name: flutter_image - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.0" flutter_launcher_icons: dependency: "direct dev" description: name: flutter_launcher_icons url: "https://pub.dartlang.org" source: hosted - version: "0.7.2" + version: "0.11.0" flutter_localizations: dependency: "direct main" description: flutter @@ -262,7 +311,7 @@ packages: name: flutter_map url: "https://pub.dartlang.org" source: hosted - version: "0.5.5+2" + version: "3.1.0" flutter_pagewise: dependency: "direct main" description: @@ -282,27 +331,27 @@ packages: description: flutter source: sdk version: "0.0.0" - front_end: + frontend_server_client: dependency: transitive description: - name: front_end + name: frontend_server_client url: "https://pub.dartlang.org" source: hosted - version: "0.1.18" + version: "3.2.0" glob: dependency: transitive description: name: glob url: "https://pub.dartlang.org" source: hosted - version: "1.1.7" + version: "2.1.1" graphs: dependency: transitive description: name: graphs url: "https://pub.dartlang.org" source: hosted - version: "0.2.0" + version: "2.2.0" html: dependency: transitive description: @@ -316,28 +365,28 @@ packages: name: http url: "https://pub.dartlang.org" source: hosted - version: "0.12.0+2" + version: "0.13.5" http_multi_server: dependency: transitive description: name: http_multi_server url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "3.2.1" http_parser: dependency: transitive description: name: http_parser url: "https://pub.dartlang.org" source: hosted - version: "3.1.3" + version: "4.0.2" image: dependency: transitive description: name: image url: "https://pub.dartlang.org" source: hosted - version: "2.1.4" + version: "3.3.0" image_picker: dependency: "direct main" description: @@ -351,56 +400,49 @@ packages: name: intl url: "https://pub.dartlang.org" source: hosted - version: "0.15.8" + version: "0.17.0" intl_translation: dependency: "direct dev" description: name: intl_translation url: "https://pub.dartlang.org" source: hosted - version: "0.17.5" + version: "0.18.0" io: dependency: transitive description: name: io url: "https://pub.dartlang.org" source: hosted - version: "0.3.3" + version: "1.0.4" js: dependency: transitive description: name: js url: "https://pub.dartlang.org" source: hosted - version: "0.6.1+1" + version: "0.6.5" json_annotation: dependency: "direct main" description: name: json_annotation url: "https://pub.dartlang.org" source: hosted - version: "2.4.0" + version: "4.7.0" json_serializable: dependency: "direct dev" description: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "3.0.0" - kernel: + version: "6.5.4" + latlong2: dependency: transitive description: - name: kernel + name: latlong2 url: "https://pub.dartlang.org" source: hosted - version: "0.3.18" - latlong: - dependency: transitive - description: - name: latlong - url: "https://pub.dartlang.org" - source: hosted - version: "0.6.1" + version: "0.8.1" launch_review: dependency: "direct main" description: @@ -408,6 +450,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.0" + lists: + dependency: transitive + description: + name: lists + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.1" location: dependency: "direct main" description: @@ -421,35 +470,56 @@ packages: name: logging url: "https://pub.dartlang.org" source: hosted - version: "0.11.3+2" + version: "1.1.1" matcher: dependency: transitive description: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.5" + version: "0.12.13" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.2.0" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "1.8.0" + mgrs_dart: + dependency: transitive + description: + name: mgrs_dart + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.0" mime: dependency: transitive description: name: mime url: "https://pub.dartlang.org" source: hosted - version: "0.9.6+3" + version: "1.0.4" + octo_image: + dependency: transitive + description: + name: octo_image + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.2" package_config: dependency: transitive description: name: package_config url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "2.1.0" package_info: dependency: "direct main" description: @@ -457,55 +527,118 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.4.0+4" - package_resolver: - dependency: transitive - description: - name: package_resolver - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.10" path: dependency: "direct main" description: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.6.2" + version: "1.8.2" path_provider: dependency: "direct main" description: name: path_provider url: "https://pub.dartlang.org" source: hosted - version: "0.5.0+1" + version: "2.0.14" + path_provider_android: + dependency: transitive + description: + name: path_provider_android + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.24" + path_provider_foundation: + dependency: transitive + description: + name: path_provider_foundation + url: "https://pub.dartlang.org" + source: hosted + version: "2.2.0" + path_provider_linux: + dependency: transitive + description: + name: path_provider_linux + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.10" + path_provider_platform_interface: + dependency: transitive + description: + name: path_provider_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.6" + path_provider_windows: + dependency: transitive + description: + name: path_provider_windows + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.5" pedantic: dependency: transitive description: name: pedantic url: "https://pub.dartlang.org" source: hosted - version: "1.5.0" + version: "1.11.1" petitparser: dependency: transitive description: name: petitparser url: "https://pub.dartlang.org" source: hosted - version: "2.2.1" + version: "5.1.0" + platform: + dependency: transitive + description: + name: platform + url: "https://pub.dartlang.org" + source: hosted + version: "3.1.0" + plugin_platform_interface: + dependency: transitive + description: + name: plugin_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.4" + pointycastle: + dependency: transitive + description: + name: pointycastle + url: "https://pub.dartlang.org" + source: hosted + version: "3.7.1" + polylabel: + dependency: transitive + description: + name: polylabel + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.1" pool: dependency: transitive description: name: pool url: "https://pub.dartlang.org" source: hosted - version: "1.4.0" - positioned_tap_detector: + version: "1.5.1" + positioned_tap_detector_2: dependency: transitive description: - name: positioned_tap_detector + name: positioned_tap_detector_2 url: "https://pub.dartlang.org" source: hosted - version: "1.0.2" + version: "1.0.4" + process: + dependency: transitive + description: + name: process + url: "https://pub.dartlang.org" + source: hosted + version: "4.2.4" progress_dialog: dependency: "direct main" description: @@ -513,27 +646,27 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.1.0+1" - pub_semver: + proj4dart: dependency: transitive description: - name: pub_semver + name: proj4dart url: "https://pub.dartlang.org" source: hosted - version: "1.4.2" - pubspec_parse: + version: "2.1.0" + pub_semver: dependency: transitive description: - name: pubspec_parse + name: pub_semver url: "https://pub.dartlang.org" source: hosted - version: "0.1.4" - quiver: + version: "2.1.3" + pubspec_parse: dependency: transitive description: - name: quiver + name: pubspec_parse url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "1.2.1" receive_sharing_intent: dependency: "direct main" description: @@ -547,7 +680,7 @@ packages: name: rxdart url: "https://pub.dartlang.org" source: hosted - version: "0.20.0" + version: "0.27.7" shared_preferences: dependency: "direct main" description: @@ -561,14 +694,14 @@ packages: name: shelf url: "https://pub.dartlang.org" source: hosted - version: "0.7.5" + version: "1.4.0" shelf_web_socket: dependency: transitive description: name: shelf_web_socket url: "https://pub.dartlang.org" source: hosted - version: "0.2.3" + version: "1.0.3" sky_engine: dependency: transitive description: flutter @@ -580,105 +713,119 @@ packages: name: source_gen url: "https://pub.dartlang.org" source: hosted - version: "0.9.4+2" + version: "1.2.6" + source_helper: + dependency: transitive + description: + name: source_helper + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.3" source_span: dependency: transitive description: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.5.5" + version: "1.9.1" sprintf: dependency: transitive description: name: sprintf url: "https://pub.dartlang.org" source: hosted - version: "4.0.2" + version: "6.0.2" sqflite: dependency: transitive description: name: sqflite url: "https://pub.dartlang.org" source: hosted - version: "1.1.5" + version: "2.2.6" + sqflite_common: + dependency: transitive + description: + name: sqflite_common + url: "https://pub.dartlang.org" + source: hosted + version: "2.4.3" stack_trace: dependency: transitive description: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.9.3" + version: "1.11.0" stream_channel: dependency: transitive description: name: stream_channel url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.1" stream_transform: dependency: transitive description: name: stream_transform url: "https://pub.dartlang.org" source: hosted - version: "0.0.19" + version: "2.1.0" string_scanner: dependency: transitive description: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.0.4" + version: "1.2.0" synchronized: dependency: transitive description: name: synchronized url: "https://pub.dartlang.org" source: hosted - version: "2.1.0+1" + version: "3.0.1" term_glyph: dependency: transitive description: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.1" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.4" + version: "0.4.16" timing: dependency: transitive description: name: timing url: "https://pub.dartlang.org" source: hosted - version: "0.1.1+1" - transparent_image: - dependency: transitive - description: - name: transparent_image - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.0" + version: "1.0.1" tuple: dependency: transitive description: name: tuple url: "https://pub.dartlang.org" source: hosted - version: "1.0.2" + version: "2.0.1" typed_data: dependency: transitive description: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "1.3.1" + unicode: + dependency: transitive + description: + name: unicode + url: "https://pub.dartlang.org" + source: hosted + version: "0.3.1" url_launcher: dependency: "direct main" description: @@ -699,49 +846,63 @@ packages: name: uuid url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" - validate: - dependency: transitive - description: - name: validate - url: "https://pub.dartlang.org" - source: hosted - version: "1.7.0" + version: "3.0.7" vector_math: dependency: transitive description: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.0.8" + version: "2.1.4" watcher: dependency: transitive description: name: watcher url: "https://pub.dartlang.org" source: hosted - version: "0.9.7+10" + version: "1.0.2" web_socket_channel: dependency: transitive description: name: web_socket_channel url: "https://pub.dartlang.org" source: hosted - version: "1.0.13" + version: "2.3.0" + win32: + dependency: transitive + description: + name: win32 + url: "https://pub.dartlang.org" + source: hosted + version: "3.1.3" + wkt_parser: + dependency: transitive + description: + name: wkt_parser + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.0" + xdg_directories: + dependency: transitive + description: + name: xdg_directories + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.0" xml: dependency: transitive description: name: xml url: "https://pub.dartlang.org" source: hosted - version: "3.4.1" + version: "6.2.2" yaml: dependency: transitive description: name: yaml url: "https://pub.dartlang.org" source: hosted - version: "2.1.15" + version: "3.1.1" sdks: - dart: ">=2.3.0-dev.0.1 <3.0.0" - flutter: ">=1.5.0 <2.0.0" + dart: ">=2.19.0 <3.0.0" + flutter: ">=3.3.0" diff --git a/pubspec.yaml b/pubspec.yaml index c4b0a2c..cff9cc1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -25,9 +25,9 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - dio: ^2.1.7 - rxdart: ^0.20.0 - json_annotation: ^2.4.0 + dio: ">=2.1.7 <6.0.0" + rxdart: ">=0.20.0 <0.28.0" + json_annotation: ">=2.4.0 <5.0.0" shared_preferences: ^0.5.3 flutter_stetho: ^0.2.2 @@ -38,8 +38,8 @@ dependencies: autocomplete_textfield: ^1.6.4 flutter_map: any flutter_chips_input: ^1.3.0 - cached_network_image: 0.8.0 - exif: ^1.0.0 + cached_network_image: ">=0.8.0 <4.0.0" + exif: ">=1.0.0 <4.0.0" launch_review: ^2.0.0 flutter_pagewise: 1.2.3 progress_dialog: ^1.1.0+1 @@ -50,10 +50,10 @@ dependencies: location: ^2.3.5 url_launcher: ^5.0.3 path: ^1.6.2 - crypto: ^2.0.6 + crypto: ">=2.0.6 <4.0.0" ##plugins - path_provider: ^0.5.0+1 + path_provider: ">=0.5.0+1 <3.0.0" package_info: ^0.4.0+3 receive_sharing_intent: ^1.1.3 @@ -61,11 +61,11 @@ dev_dependencies: flutter_test: sdk: flutter - intl_translation: ^0.17.1 - flutter_launcher_icons: "^0.7.2" + intl_translation: ">=0.17.1 <0.19.0" + flutter_launcher_icons: ">=0.7.2 <0.12.0" - build_runner: ^1.0.0 - json_serializable: ^3.0.0 + build_runner: ">=1.0.0 <3.0.0" + json_serializable: ">=3.0.0 <7.0.0" flutter_icons: