Skip to content

Commit

Permalink
Merge pull request #5 from MaikuB/update_dependencies
Browse files Browse the repository at this point in the history
0.1.0 release
  • Loading branch information
MaikuB committed Feb 25, 2019
2 parents c66c8f7 + 023a54e commit 056847c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.0] - 25/2/2019
* **BREAKING CHANGE** Updated rxdart dependency
* Formatted README. Thanks to PR from [Mohammed Salman](https://github.com/msal4)

## [0.0.4+3] - 15/8/2018

* Reordering changelog
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: incrementally_loading_listview
description: An extension of the list view widget for incrementally loading data on scrolling
version: 0.0.4+3
version: 0.1.0
author: Michael Bui <maikub84@gmail.com>
homepage: https://github.com/MaikuB/incrementally_loading_listview

dependencies:
flutter:
sdk: flutter
rxdart: ^0.18.1
rxdart: ^0.21.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 056847c

Please sign in to comment.