From 8c74a5816faddc79c8d4108c654cda85faca595b Mon Sep 17 00:00:00 2001 From: Jayesh Nirve Date: Thu, 3 Dec 2020 06:13:44 +0530 Subject: [PATCH] chore: update deps --- .../send_request/send_request_screen.dart | 1 - lib/widgets/loading_indicator.dart | 2 +- pubspec.lock | 127 ++++++++---------- pubspec.yaml | 21 ++- 4 files changed, 65 insertions(+), 86 deletions(-) diff --git a/lib/screens/send_request/send_request_screen.dart b/lib/screens/send_request/send_request_screen.dart index 6eb9228..4a105a9 100644 --- a/lib/screens/send_request/send_request_screen.dart +++ b/lib/screens/send_request/send_request_screen.dart @@ -7,7 +7,6 @@ import 'package:mentorship_client/remote/repositories/relation_repository.dart'; import 'package:mentorship_client/remote/requests/relation_requests.dart'; import 'package:mentorship_client/screens/send_request/bloc/bloc.dart'; import 'package:mentorship_client/widgets/loading_indicator.dart'; -import 'package:toast/toast.dart'; class SendRequestScreen extends StatefulWidget { final User otherUser; diff --git a/lib/widgets/loading_indicator.dart b/lib/widgets/loading_indicator.dart index 64b0e58..5d4fdc9 100644 --- a/lib/widgets/loading_indicator.dart +++ b/lib/widgets/loading_indicator.dart @@ -14,6 +14,6 @@ Future showProgressIndicator(BuildContext context) { return showDialog( context: context, barrierDismissible: false, - child: LoadingIndicator(), + builder: (context) => LoadingIndicator(), ); } diff --git a/pubspec.lock b/pubspec.lock index dd4a0fe..d713a9f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,14 +7,14 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "6.0.0" + version: "12.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "0.39.15" + version: "0.40.6" archive: dependency: transitive description: @@ -35,7 +35,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.4.1" + version: "2.5.0-nullsafety.3" auto_size_text: dependency: "direct main" description: @@ -44,33 +44,33 @@ packages: source: hosted version: "2.1.0" bloc: - dependency: "direct main" + dependency: transitive description: name: bloc url: "https://pub.dartlang.org" source: hosted - version: "6.0.1" + version: "6.1.0" boolean_selector: dependency: transitive description: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.0-nullsafety.3" bottom_navy_bar: dependency: "direct main" description: name: bottom_navy_bar url: "https://pub.dartlang.org" source: hosted - version: "5.5.0" + version: "5.6.0" build: dependency: transitive description: name: build url: "https://pub.dartlang.org" source: hosted - version: "1.3.0" + version: "1.5.2" build_config: dependency: transitive description: @@ -91,21 +91,21 @@ packages: name: build_resolvers url: "https://pub.dartlang.org" source: hosted - version: "1.3.10" + version: "1.4.4" build_runner: dependency: "direct dev" description: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "1.10.0" + version: "1.10.7" build_runner_core: dependency: transitive description: name: build_runner_core url: "https://pub.dartlang.org" source: hosted - version: "5.2.0" + version: "6.0.3" built_collection: dependency: transitive description: @@ -120,13 +120,20 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "7.0.9" + characters: + dependency: transitive + description: + name: characters + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.0-nullsafety.5" charcode: dependency: transitive description: name: charcode url: "https://pub.dartlang.org" source: hosted - version: "1.1.3" + version: "1.2.0-nullsafety.3" checked_yaml: dependency: transitive description: @@ -140,14 +147,14 @@ packages: name: chopper url: "https://pub.dartlang.org" source: hosted - version: "3.0.3" + version: "3.0.6" chopper_generator: dependency: "direct dev" description: name: chopper_generator url: "https://pub.dartlang.org" source: hosted - version: "3.0.5" + version: "3.0.6" cli_util: dependency: transitive description: @@ -161,21 +168,21 @@ packages: name: clock url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "1.1.0-nullsafety.3" code_builder: dependency: transitive description: name: code_builder url: "https://pub.dartlang.org" source: hosted - version: "3.2.1" + version: "3.5.0" collection: dependency: transitive description: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.14.12" + version: "1.15.0-nullsafety.5" color: dependency: transitive description: @@ -197,13 +204,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.1.4" - csslib: - dependency: transitive - description: - name: csslib - url: "https://pub.dartlang.org" - source: hosted - version: "0.16.1" cupertino_icons: dependency: "direct main" description: @@ -217,14 +217,14 @@ packages: name: dart_style url: "https://pub.dartlang.org" source: hosted - version: "1.3.6" + version: "1.3.10" equatable: dependency: "direct main" description: name: equatable url: "https://pub.dartlang.org" source: hosted - version: "1.2.3" + version: "2.0.0-nullsafety.0" expandable: dependency: "direct main" description: @@ -238,7 +238,7 @@ packages: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.0-nullsafety.3" fixnum: dependency: transitive description: @@ -264,7 +264,7 @@ packages: name: flutter_bloc url: "https://pub.dartlang.org" source: hosted - version: "6.0.1" + version: "7.0.0-dev.2" flutter_native_splash: dependency: "direct dev" description: @@ -278,7 +278,7 @@ packages: name: flutter_secure_storage url: "https://pub.dartlang.org" source: hosted - version: "3.3.3" + version: "3.3.5" flutter_staggered_grid_view: dependency: transitive description: @@ -291,11 +291,6 @@ packages: description: flutter source: sdk version: "0.0.0" - flutter_web_plugins: - dependency: transitive - description: flutter - source: sdk - version: "0.0.0" glob: dependency: transitive description: @@ -310,13 +305,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.2.0" - html: - dependency: transitive - description: - name: html - url: "https://pub.dartlang.org" - source: hosted - version: "0.14.0+3" http: dependency: transitive description: @@ -351,7 +339,7 @@ packages: name: intl url: "https://pub.dartlang.org" source: hosted - version: "0.16.1" + version: "0.17.0-nullsafety.2" io: dependency: transitive description: @@ -386,14 +374,14 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.6" + version: "0.12.10-nullsafety.3" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.3.0-nullsafety.6" mime: dependency: transitive description: @@ -435,14 +423,14 @@ packages: name: package_info url: "https://pub.dartlang.org" source: hosted - version: "0.4.1" + version: "0.4.3+2" path: dependency: transitive description: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.8.0-nullsafety.3" pedantic: dependency: transitive description: @@ -457,20 +445,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "3.0.2" - platform_detect: - dependency: transitive - description: - name: platform_detect - url: "https://pub.dartlang.org" - source: hosted - version: "1.4.0" plugin_platform_interface: dependency: transitive description: name: plugin_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.2" + version: "1.1.0-nullsafety.1" pool: dependency: transitive description: @@ -484,7 +465,7 @@ packages: name: provider url: "https://pub.dartlang.org" source: hosted - version: "4.3.1" + version: "4.3.2+2" pub_semver: dependency: transitive description: @@ -531,28 +512,28 @@ packages: name: source_gen url: "https://pub.dartlang.org" source: hosted - version: "0.9.5" + version: "0.9.9" source_span: dependency: transitive description: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.8.0-nullsafety.4" stack_trace: dependency: transitive description: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.9.3" + version: "1.10.0-nullsafety.6" stream_channel: dependency: transitive description: name: stream_channel url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.0-nullsafety.3" stream_transform: dependency: transitive description: @@ -566,21 +547,21 @@ packages: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "1.1.0-nullsafety.3" term_glyph: dependency: transitive description: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.0-nullsafety.3" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.16" + version: "0.2.19-nullsafety.6" timing: dependency: transitive description: @@ -601,49 +582,49 @@ packages: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "1.3.0-nullsafety.5" url_launcher: dependency: "direct main" description: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "5.5.0" + version: "6.0.0-nullsafety.1" url_launcher_linux: dependency: transitive description: name: url_launcher_linux url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+1" + version: "0.1.0-nullsafety.1" url_launcher_macos: dependency: transitive description: name: url_launcher_macos url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+7" + version: "0.1.0-nullsafety.1" url_launcher_platform_interface: dependency: transitive description: name: url_launcher_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.7" - url_launcher_web: + version: "2.0.0-nullsafety.1" + url_launcher_windows: dependency: transitive description: - name: url_launcher_web + name: url_launcher_windows url: "https://pub.dartlang.org" source: hosted - version: "0.1.1+6" + version: "0.1.0-nullsafety.1" vector_math: dependency: transitive description: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.0.8" + version: "2.1.0-nullsafety.5" watcher: dependency: transitive description: @@ -673,5 +654,5 @@ packages: source: hosted version: "2.2.0" sdks: - dart: ">=2.7.0 <3.0.0" - flutter: ">=1.16.0 <2.0.0" + dart: ">=2.12.0-0.0 <3.0.0" + flutter: ">=1.20.0 <2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 4e2d84c..b86e6e4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,25 +24,24 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^0.1.3 toast: ^0.1.5 - bottom_navy_bar: ^5.5.0 - equatable: ^1.2.3 - flutter_secure_storage: ^3.3.3 - intl: ^0.16.1 - package_info: ^0.4.1 - url_launcher: ^5.5.0 + bottom_navy_bar: ^5.6.0 + equatable: ^2.0.0-nullsafety.0 + flutter_secure_storage: ^3.3.5 + intl: ^0.17.0-nullsafety.2 + package_info: ^0.4.3+2 + url_launcher: ^6.0.0-nullsafety.1 expandable: ^4.1.4 auto_size_text: ^2.1.0 flappy_search_bar: ^1.7.2 # Bloc - bloc: ^6.0.1 - flutter_bloc: ^6.0.1 - chopper: ^3.0.3 + flutter_bloc: ^7.0.0-dev.2 + chopper: ^3.0.6 # plugins not needed in app dev_dependencies: - build_runner: ^1.10.0 - chopper_generator: ^3.0.5 + build_runner: ^1.10.7 + chopper_generator: ^3.0.6 flutter_native_splash: ^0.1.9 flutter_test: sdk: flutter