File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 3.1.7 ] - 2023-03-16
8
8
- Added hideBottomOnKeyboard parameter [ PR #171 ] ( https://github.com/Pyozer/introduction_screen/pull/171 )
9
9
10
10
## [ 3.1.6] - 2023-02-15
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
17
17
18
18
``` yaml
19
19
dependencies :
20
- introduction_screen : ^3.1.6
20
+ introduction_screen : ^3.1.7
21
21
` ` `
22
22
23
23
## Examples
Original file line number Diff line number Diff line change 1
1
name : introduction_screen
2
2
description : Introduction/Onboarding package for flutter app with some customizations possibilities
3
3
4
- version : 3.1.6
4
+ version : 3.1.7
5
5
6
6
homepage : https://github.com/pyozer/introduction_screen
7
7
You can’t perform that action at this time.
0 commit comments