diff --git a/example/animal_farm/pubspec.lock b/example/animal_farm/pubspec.lock index 3369011..0a12ac5 100644 --- a/example/animal_farm/pubspec.lock +++ b/example/animal_farm/pubspec.lock @@ -87,7 +87,7 @@ packages: name: scrollytell url: "https://pub.dartlang.org" source: hosted - version: "1.0.3" + version: "1.0.4" sky_engine: dependency: transitive description: flutter diff --git a/example/animal_farm/pubspec.yaml b/example/animal_farm/pubspec.yaml index e42c67f..ecffb1b 100644 --- a/example/animal_farm/pubspec.yaml +++ b/example/animal_farm/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: flutter: sdk: flutter - scrollytell: ^1.0.2 + scrollytell: ^1.0.4 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. diff --git a/example/basic_usage/pubspec.lock b/example/basic_usage/pubspec.lock index 3369011..0a12ac5 100644 --- a/example/basic_usage/pubspec.lock +++ b/example/basic_usage/pubspec.lock @@ -87,7 +87,7 @@ packages: name: scrollytell url: "https://pub.dartlang.org" source: hosted - version: "1.0.3" + version: "1.0.4" sky_engine: dependency: transitive description: flutter diff --git a/example/basic_usage/pubspec.yaml b/example/basic_usage/pubspec.yaml index 36e1369..365f2b4 100644 --- a/example/basic_usage/pubspec.yaml +++ b/example/basic_usage/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: flutter: sdk: flutter - scrollytell: ^1.0.3 + scrollytell: ^1.0.4 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. diff --git a/example/story_teller/pubspec.lock b/example/story_teller/pubspec.lock index 0752f3a..0a12ac5 100644 --- a/example/story_teller/pubspec.lock +++ b/example/story_teller/pubspec.lock @@ -87,7 +87,7 @@ packages: name: scrollytell url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "1.0.4" sky_engine: dependency: transitive description: flutter diff --git a/example/story_teller/pubspec.yaml b/example/story_teller/pubspec.yaml index 5e17055..fa58151 100644 --- a/example/story_teller/pubspec.yaml +++ b/example/story_teller/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^0.1.2 - scrollytell: ^1.0.1 + scrollytell: ^1.0.4 dev_dependencies: flutter_test: diff --git a/screenshots/StoryTell.gif b/screenshots/StoryTell.gif index 8ab3461..bedabdc 100644 Binary files a/screenshots/StoryTell.gif and b/screenshots/StoryTell.gif differ