From 8a26486e19eaec8089ba8552e3ecb65b1c6b316a Mon Sep 17 00:00:00 2001 From: Joshua Mathews Date: Tue, 27 Dec 2022 17:29:10 -0700 Subject: [PATCH 1/3] Makes transition completer type nullable --- lib/flushbar_route.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/flushbar_route.dart b/lib/flushbar_route.dart index dc84df3..6baeae3 100644 --- a/lib/flushbar_route.dart +++ b/lib/flushbar_route.dart @@ -8,7 +8,7 @@ import 'flushbar.dart'; class FlushbarRoute extends OverlayRoute { final Flushbar flushbar; final Builder _builder; - final Completer _transitionCompleter = Completer(); + final Completer _transitionCompleter = Completer(); final FlushbarStatusCallback? _onStatusChanged; Animation? _filterBlurAnimation; @@ -52,7 +52,7 @@ class FlushbarRoute extends OverlayRoute { } } - Future get completed => _transitionCompleter.future; + Future get completed => _transitionCompleter.future; bool get opaque => false; @override From 1f291de2b1cda54badd3b05682d5d127617c25dd Mon Sep 17 00:00:00 2001 From: Joshua Mathews Date: Mon, 30 Jan 2023 13:36:11 -0700 Subject: [PATCH 2/3] upgrade deps --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1877d7a..5757cd7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: sdk: flutter dev_dependencies: - flutter_lints: ^1.0.4 + flutter_lints: ^2.0.1 flutter_test: sdk: flutter From 52865f0eb1df669bc2c1f3cbf2bfcccb28c61ef3 Mon Sep 17 00:00:00 2001 From: Joshua Mathews Date: Mon, 30 Jan 2023 15:42:34 -0700 Subject: [PATCH 3/3] remove local.properties --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0cb8159..56f3624 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,7 @@ build/ -.idea/ \ No newline at end of file +.idea/ + +android/loca +