mirror of
https://github.com/Iconica-Development/flutter_introduction.git
synced 2025-05-18 19:43:44 +02:00
34 lines
815 B
Markdown
34 lines
815 B
Markdown
## 5.0.0
|
|
|
|
* Changed color of indicators
|
|
* Changed default button text
|
|
|
|
## 4.0.0
|
|
|
|
* Added Buildcontext to the pages parameter.
|
|
* Added `dotColor` so the default can be changed.
|
|
* Changed the default `pages` to include theme.
|
|
|
|
## 3.1.0
|
|
|
|
* Introduction now uses `IntroductionScreenMode` to determine how often the introductions should be shown
|
|
* Added `dotSize` and `dotSpacing` to `IntroductionOptions` to allow for customization of the dots for the introduction
|
|
|
|
## 3.0.0
|
|
|
|
* Update default styling
|
|
* Add default introduction
|
|
|
|
## 2.1.0
|
|
|
|
* Upgrade dependencies
|
|
* Add introductionButtonTextstyles option to IntroductionOptions for styling the introduction button text
|
|
|
|
## 2.0.0
|
|
|
|
* Initial release of working flutter_introduction mono project.
|
|
|
|
## 0.0.1
|
|
|
|
* Initial release of combined flutter_introduction melos project
|