File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 3.1.10 ] - 2023-06-19
7+ ## [ 3.1.9 ] - 2023-06-19
88
99### Changed
1010- Some changes and fixes to auto scroll [ PR #186 ] ( https://github.com/Pyozer/introduction_screen/pull/186 )
1111
1212### Added
1313- [ collection] ( https://pub.dev/packages/collection ) dependency for above
1414
15- ## [ 3.1.9] - 2023-06-19
16-
1715### Fixed
1816- Fix auto scroll error [ PR #177 ] ( https://github.com/Pyozer/introduction_screen/pull/177 )
1917- Fix breaking -> turn _ currentpage into an int instead of double [ PR #180 ] ( https://github.com/Pyozer/introduction_screen/pull/180 )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ You just need to add `introduction_screen` as a [dependency in your pubspec.yaml
1717
1818``` yaml
1919dependencies :
20- introduction_screen : ^3.1.10
20+ introduction_screen : ^3.1.9
2121` ` `
2222
2323## Examples
Original file line number Diff line number Diff line change 11name : introduction_screen
22description : Introduction/Onboarding package for flutter app with some customizations possibilities
33
4- version : 3.1.10
4+ version : 3.1.9
55
66homepage : https://github.com/pyozer/introduction_screen
77
You can’t perform that action at this time.
0 commit comments