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/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, ), ), 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: