Skip to content

Commit

Permalink
fix: range error upon decreasing page count, added tests, bumped vers…
Browse files Browse the repository at this point in the history
…ion to 1.0.10, updated readme and changelog
  • Loading branch information
Limbou committed Jan 6, 2022
1 parent 5c0714c commit d44a3fc
Show file tree
Hide file tree
Showing 11 changed files with 611 additions and 380 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.10

* Fixed range error displaying after decreasing the number of pages in ExpandablePageView
* Added tests

## 1.0.9

* Added `padEnds` property
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
```yaml
dependencies:
...
expandable_page_view: ^1.0.9
expandable_page_view: ^1.0.10
```
Import it:
```dart
import 'package:expandable_page_view/expandable_page_view.dart';
import 'package:expandable_page_view/expandable_page_view_test.dart';
```

## Usage Examples
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>8.0</string>
<string>9.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.8"
version: "1.0.10"
fake_async:
dependency: transitive
description:
Expand Down
Loading

0 comments on commit d44a3fc

Please sign in to comment.