From 9397da985f7ac546b037fd6295bacdc8fefcbcca Mon Sep 17 00:00:00 2001 From: Leonardo Iacovini Date: Mon, 26 Oct 2020 14:38:55 -0300 Subject: [PATCH] Pubspec bump and changelog --- CHANGELOG.md | 3 +++ example/lib/samples/screens/home_screen.dart | 1 + pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1a54e6..5bda38b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 0.7.2 +- Fix problems caused by bump in `analyzer` dependency + ## 0.7.1 - Update README - Update pubspec.yaml to support analyzer up to version `0.41.0` diff --git a/example/lib/samples/screens/home_screen.dart b/example/lib/samples/screens/home_screen.dart index 5fcaa1c0..1b05cce7 100644 --- a/example/lib/samples/screens/home_screen.dart +++ b/example/lib/samples/screens/home_screen.dart @@ -74,6 +74,7 @@ class HomeScreen extends StatelessWidget { } if (text != null) { + // ignore: unawaited_futures showDialog( context: context, builder: (context) => AlertDialog( diff --git a/pubspec.yaml b/pubspec.yaml index 0e67c23a..d0b68212 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nuvigator description: A powerful and strongly typed routing abstraction over Flutter navigator, providing some new features and an easy way to define routers with code generation. -version: 0.7.1 +version: 0.7.2 homepage: https://github.com/nubank/nuvigator