Skip to content

Commit 0e7871c

Browse files
committed
updated version to 2.0.1
1 parent ecf9250 commit 0e7871c

File tree

4 files changed

+63
-72
lines changed

4 files changed

+63
-72
lines changed

.idea/workspace.xml

Lines changed: 50 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.0.1
2+
**Major Updates**
3+
* Made intro views responsive.
4+
* Refracting page view model.
5+
- Body title, expects Text Widget.
6+
- Main image, expects Image Widget.
7+
- Added TextStyle property to page view model that can be used to set styles for both title and body.
8+
* Added TextStyle property for page indicator buttons which overrides previous button properties.
9+
* Updated Readme and example.
10+
111
## 1.0.3
212

313
* Made intro views responsive.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You should ensure that you add the `intro_views_flutter` as a dependency in your
2828

2929
```yaml
3030
dependencies:
31-
intro_views_flutter: "^1.0.2"
31+
intro_views_flutter: "^2.0.1"
3232
```
3333
3434
You can also reference the git repository directly if you want:
@@ -114,7 +114,7 @@ You should then run `flutter packages get` in your terminal so as to get the pac
114114
| pageButtonTextSize | Double | Set the button text size. | 18.0 |
115115
| pageButtonFontFamily | String | Set the font of button text. | Default |
116116
| onTapSkipButton | VoidCallback | Method executes on tapping skip button. | null |
117-
| pageButtonTextStyles | TextStyle | Configure TextStyle for skip, done buttons, overrides pageButtonFontFamily, pageButtonsColor, pageButtonTextSize. | fontSize: 18.0, color: Color(0x88FFFFFF) |
117+
| pageButtonTextStyles | TextStyle | Configure TextStyle for skip, done buttons, overrides pageButtonFontFamily, pageButtonsColor, pageButtonTextSize. | fontSize: `18.0`, color: `Colors.white` |
118118

119119
For help on editing package code, view the [flutter documentation](https://flutter.io/developing-packages/).
120120

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: intro_views_flutter
22
description: A Flutter package for simple material design app intro screens with some cool animations.
3-
version: 1.0.3
3+
version: 2.0.1
44
author: Ayush Agarwal <[email protected]>
55
homepage: https://github.com/aagarwal1012/IntroViews-Flutter
66

0 commit comments

Comments
 (0)