diff --git a/Quizzinga_interntask/pubspec.lock b/Quizzinga_interntask/pubspec.lock index 680252d..a6a1097 100644 --- a/Quizzinga_interntask/pubspec.lock +++ b/Quizzinga_interntask/pubspec.lock @@ -1,20 +1,6 @@ # Generated by pub # See https://dart.dev/tools/pub/glossary#lockfile packages: - archive: - dependency: transitive - description: - name: archive - url: "https://pub.dartlang.org" - source: hosted - version: "2.0.13" - args: - dependency: transitive - description: - name: args - url: "https://pub.dartlang.org" - source: hosted - version: "1.6.0" assets_audio_player: dependency: "direct main" description: @@ -35,14 +21,21 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.4.1" + version: "2.10.0" boolean_selector: dependency: transitive description: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.1" + characters: + dependency: transitive + description: + name: characters + url: "https://pub.dartlang.org" + source: hosted + version: "1.2.1" charcode: dependency: transitive description: @@ -50,13 +43,20 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.1.3" + clock: + dependency: transitive + description: + name: clock + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.1" collection: dependency: transitive description: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.14.12" + version: "1.17.0" convert: dependency: transitive description: @@ -84,7 +84,14 @@ packages: name: dio url: "https://pub.dartlang.org" source: hosted - version: "3.0.9" + version: "5.0.3" + fake_async: + dependency: transitive + description: + name: fake_async + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.1" file: dependency: transitive description: @@ -120,42 +127,49 @@ packages: name: http_parser url: "https://pub.dartlang.org" source: hosted - version: "3.1.4" - image: + version: "4.0.2" + intl: dependency: transitive description: - name: image + name: intl url: "https://pub.dartlang.org" source: hosted - version: "2.1.12" - intl: + version: "0.16.1" + js: dependency: transitive description: - name: intl + name: js url: "https://pub.dartlang.org" source: hosted - version: "0.16.1" + version: "0.6.5" matcher: dependency: transitive description: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.6" + 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.8" + version: "1.8.0" path: dependency: transitive description: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.6.4" + version: "1.8.2" path_provider: dependency: transitive description: @@ -184,13 +198,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.2" - petitparser: - dependency: transitive - description: - name: petitparser - url: "https://pub.dartlang.org" - source: hosted - version: "2.4.0" platform: dependency: transitive description: @@ -212,13 +219,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "3.0.13" - quiver: - dependency: transitive - description: - name: quiver - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.3" rxdart: dependency: transitive description: @@ -237,49 +237,49 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.9.1" 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" string_scanner: dependency: transitive description: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "1.2.0" 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.15" + version: "0.4.16" typed_data: dependency: transitive description: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "1.3.1" uuid: dependency: transitive description: @@ -293,7 +293,7 @@ packages: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.0.8" + version: "2.1.4" xdg_directories: dependency: transitive description: @@ -301,13 +301,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.1.0" - xml: - dependency: transitive - description: - name: xml - url: "https://pub.dartlang.org" - source: hosted - version: "3.6.1" sdks: - dart: ">=2.6.0 <3.0.0" - flutter: ">=1.12.13+hotfix.6 <2.0.0" + dart: ">=2.18.0 <3.0.0" + flutter: ">=1.12.13+hotfix.6" diff --git a/Quizzinga_interntask/pubspec.yaml b/Quizzinga_interntask/pubspec.yaml index de42549..66965f2 100644 --- a/Quizzinga_interntask/pubspec.yaml +++ b/Quizzinga_interntask/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^0.1.2 # dio_cache: - dio: 3.0.9 + dio: ">=3.0.9 <6.0.0" flutter_staggered_grid_view: assets_audio_player: ^2.0.1