Skip to content

Commit 4a90e55

Browse files
committed
release: 4.0.0
1 parent 98e229c commit 4a90e55

File tree

3 files changed

+23
-10
lines changed

3 files changed

+23
-10
lines changed

CHANGELOG.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,47 @@
11
# Changelog
22

3+
## [4.0.0] - 2025-08-27
4+
5+
**BREAKING CHANGE**
6+
7+
Refactored the signatures of `overrideDone`, `overrideNext`, `overrideSkip`, and `overrideBack` parameters to provide improved `onPressed` handling and greater flexibility for custom button actions.
8+
9+
More information [PR#234](https://github.com/Pyozer/introduction_screen/pull/234)
10+
11+
- Add custom semantic label for progress [PR#235](https://github.com/Pyozer/introduction_screen/pull/235)
12+
- Update readme [PR#228](https://github.com/Pyozer/introduction_screen/pull/228)
13+
- Fix WASM support (using fork of flutter_keyboard_visibility) [PR#232](https://github.com/Pyozer/introduction_screen/pull/232)
14+
- Allow to display back button on first page [PR#233](https://github.com/Pyozer/introduction_screen/pull/233)
15+
316
## [3.1.17] - 2025-02-18
417

5-
- Reduce example app minimum sdk [#226](https://github.com/Pyozer/introduction_screen/pull/226)
18+
- Reduce example app minimum sdk [PR#226](https://github.com/Pyozer/introduction_screen/pull/226)
619

720
## [3.1.16] - 2025-02-12
821

9-
- Allow skipButton and backButton to be used at the same time [#219](https://github.com/Pyozer/introduction_screen/pull/219)
10-
- Implement backgroundImage for PageViewModel [#214](https://github.com/Pyozer/introduction_screen/pull/214)
22+
- Allow skipButton and backButton to be used at the same time [PR#219](https://github.com/Pyozer/introduction_screen/pull/219)
23+
- Implement backgroundImage for PageViewModel [PR#214](https://github.com/Pyozer/introduction_screen/pull/214)
1124
- Regenerate example app
1225

1326
## [3.1.15] - 2025-02-12
1427

15-
- Fix button style can not be overridden [#224](https://github.com/Pyozer/introduction_screen/pull/224)
16-
- Enhance Test Coverage for Introduction Screen [#221](https://github.com/Pyozer/introduction_screen/pull/221)
28+
- Fix button style can not be overridden [PR#224](https://github.com/Pyozer/introduction_screen/pull/224)
29+
- Enhance Test Coverage for Introduction Screen [PR#221](https://github.com/Pyozer/introduction_screen/pull/221)
1730

1831
## [3.1.14] - 2024-03-23
1932

2033
### Fixed
21-
- Fix scroll NotificationListener on PageView children [#208](https://github.com/Pyozer/introduction_screen/pull/208)
34+
- Fix scroll NotificationListener on PageView children [PR#208](https://github.com/Pyozer/introduction_screen/pull/208)
2235

2336
## [3.1.13] - 2024-03-23
2437

2538
### Added
26-
- Add scrollViewKeyboardDismissBehavior parameter on PageViewModel [#195](https://github.com/Pyozer/introduction_screen/pull/195) [#212](https://github.com/Pyozer/introduction_screen/pull/212)
39+
- Add scrollViewKeyboardDismissBehavior parameter on PageViewModel [PR#195](https://github.com/Pyozer/introduction_screen/pull/195) [PR#212](https://github.com/Pyozer/introduction_screen/pull/212)
2740
- Re-generate example app with latest flutter version
2841
- Update dependencies to latest version (flutter_keyboard_visibility to 6.0.0)
2942

3043
### Fixed
31-
- 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)
44+
- Fix page controller used on autoScroll after introduction disposed [PR#191](https://github.com/Pyozer/introduction_screen/pull/191) [PR#196](https://github.com/Pyozer/introduction_screen/pull/196) [PR#199](https://github.com/Pyozer/introduction_screen/pull/199)
3245

3346
## [3.1.12] - 2023-10-03
3447

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.17
20+
introduction_screen: ^4.0.0
2121
```
2222
2323
## Examples

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.17
3+
version: 4.0.0
44
repository: https://github.com/pyozer/introduction_screen
55
issue_tracker: https://github.com/pyozer/introduction_screen/issues
66

0 commit comments

Comments
 (0)