From 218c3192a301618aa44e8f219ff96e82d47c3ac5 Mon Sep 17 00:00:00 2001 From: Ben Bachhuber Date: Fri, 30 Oct 2020 15:34:43 +0100 Subject: [PATCH 1/2] Update fancy_page.dart --- lib/src/fancy_page.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/fancy_page.dart b/lib/src/fancy_page.dart index fabb845..a8b30e1 100644 --- a/lib/src/fancy_page.dart +++ b/lib/src/fancy_page.dart @@ -27,8 +27,8 @@ class FancyPage extends StatelessWidget { padding: EdgeInsets.only(bottom: 25.0), child: FancyImage( image: model.heroImagePath, - width: 200, - height: 200, + width: 280, + height: 280, color: model.heroImageColor, ), ), From 22dc0e0e330be1512014b1ef35d148225673d20c Mon Sep 17 00:00:00 2001 From: test Date: Thu, 31 Mar 2022 11:49:42 +0200 Subject: [PATCH 2/2] chore: updates packages --- .gitignore | 4 +++- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index efbfdbf..229d140 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,6 @@ GeneratedPluginRegistrant.h GeneratedPluginRegistrant.m GeneratedPluginRegistrant.java build/ -.flutter-plugins \ No newline at end of file +.flutter-plugins + +example/ios/Flutter/flutter_export_environment.sh \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index b6df121..59246c0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ homepage: https://github.com/xsahil03x/fancy_on_boarding dependencies: flutter: sdk: flutter - flutter_svg: ^0.19.1 + flutter_svg: ^1.0.3 dev_dependencies: flutter_test: