From dd37eeeb0e5b65d4d9f9e251fd4e70acd256188a Mon Sep 17 00:00:00 2001 From: LaksCastro Date: Sun, 17 Jan 2021 23:34:06 -0300 Subject: [PATCH] target intro_views_flutter: ^2.8.1 to fix https://github.com/acelords/flutter-starter-kit/issues/2 --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index c0f2854..abc9d7b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -33,7 +33,7 @@ dependencies: flutter_share_me: ^0.9.1 flutter_spinkit: ^4.1.2 http: ^0.12.0+4 - intro_views_flutter: ^2.8.0 + intro_views_flutter: ^2.8.1 launch_review: ^2.0.0 material_design_icons_flutter: ^4.0.5045 random_string: ^2.0.1 @@ -105,4 +105,4 @@ flutter: flutter_icons: android: "launcher_icon" ios: true - image_path: "assets/icon/icon.png" \ No newline at end of file + image_path: "assets/icon/icon.png"