Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.2.0
* Add `autoDisposeIndexes` to dispose unused IndexedStack children and rebuild them when needed in [#7](https://github.com/okaryo/lazy_load_indexed_stack/pull/7)

## 1.1.0
* Add `preloadIndexes` Property for Advanced Element Preloading in [#6](https://github.com/okaryo/lazy_load_indexed_stack/pull/6)

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.0"
version: "1.2.0"
lints:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: lazy_load_indexed_stack
description: A package that extends IndexedStack to allow for lazy loading.
version: 1.1.0
version: 1.2.0
homepage: https://github.com/okaryo/lazy_load_indexed_stack
repository: https://github.com/okaryo/lazy_load_indexed_stack

Expand Down