Skip to content

Commit f878eba

Browse files
committed
chore(release): v3.1.17
1 parent f6c5cb1 commit f878eba

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
# Changelog
2-
All notable changes to this project will be documented in this file.
32

4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3+
## [3.1.17] - 2025-02-18
4+
5+
- Reduce example app minimum sdk [#226](https://github.com/Pyozer/introduction_screen/pull/226)
66

77
## [3.1.16] - 2025-02-12
88

9-
### Fixed
109
- Allow skipButton and backButton to be used at the same time [#219](https://github.com/Pyozer/introduction_screen/pull/219)
1110
- Implement backgroundImage for PageViewModel [#214](https://github.com/Pyozer/introduction_screen/pull/214)
1211
- Regenerate example app
1312

1413
## [3.1.15] - 2025-02-12
1514

16-
### Fixed
1715
- Fix button style can not be overridden [#224](https://github.com/Pyozer/introduction_screen/pull/224)
1816
- Enhance Test Coverage for Introduction Screen [#221](https://github.com/Pyozer/introduction_screen/pull/221)
1917

README.md

Lines changed: 1 addition & 1 deletion
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.16
20+
introduction_screen: ^3.1.17
2121
```
2222
2323
## Examples

example/android/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ gradle-wrapper.jar
55
/gradlew.bat
66
/local.properties
77
GeneratedPluginRegistrant.java
8+
.cxx/
89

910
# Remember to never publicly share your keystore.
1011
# See https://flutter.dev/to/reference-keystore

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: introduction_screen
22
description: Introduction/Onboarding package for flutter app with some customizations possibilities
3-
version: 3.1.16
3+
version: 3.1.17
44
repository: https://github.com/pyozer/introduction_screen
55
issue_tracker: https://github.com/pyozer/introduction_screen/issues
66

0 commit comments

Comments
 (0)