Skip to content

Commit 0ad0cf3

Browse files
committed
release: 3.1.13
1 parent 79149ea commit 0ad0cf3

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.1.13] - 2024-03-23
8+
9+
### Added
10+
- Add scrollViewKeyboardDismissBehavior parameter on PageViewModel [#195](https://github.com/Pyozer/introduction_screen/pull/195) [#212](https://github.com/Pyozer/introduction_screen/pull/212)
11+
- Re-generate example app with latest flutter version
12+
- Update dependencies to latest version (flutter_keyboard_visibility to 6.0.0)
13+
14+
### Fixed
15+
- Fix page controller used on autoScroll after introduction disposed [#191](https://github.com/Pyozer/introduction_screen/pull/191) [#196](https://github.com/Pyozer/introduction_screen/pull/196) [#199](https://github.com/Pyozer/introduction_screen/pull/199)
16+
717
## [3.1.12] - 2023-10-03
818

919
### Fixed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You just need to add `introduction_screen` as a [dependency in your pubspec.yaml
1717

1818
```yaml
1919
dependencies:
20-
introduction_screen: ^3.1.12
20+
introduction_screen: ^3.1.13
2121
```
2222
2323
## Examples

pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: introduction_screen
22
description: Introduction/Onboarding package for flutter app with some customizations possibilities
3-
publish_to: "none"
4-
version: 3.1.12
5-
# homepage: https://github.com/pyozer/introduction_screen
3+
version: 3.1.13
4+
repository: https://github.com/pyozer/introduction_screen
5+
issue_tracker: https://github.com/pyozer/introduction_screen/issues
66

77
environment:
88
sdk: ">=2.12.0 <4.0.0"
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
collection: ^1.17.1
14+
collection: ^1.18.0
1515
dots_indicator: ^2.1.2
1616
flutter_keyboard_visibility: ^6.0.0
1717

0 commit comments

Comments
 (0)