File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.4]
11
+ ### Fixed
12
+ - ` flutter analyze ` issue.
13
+
10
14
## [ 0.1.3]
11
15
### Fixed
12
16
- Memory leak issue when using ` select ` .
@@ -23,7 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
27
### Added
24
28
- Initial release.
25
29
26
- [ Unreleased ] : https://github.com/letsar/binder/compare/v0.1.3...HEAD
30
+ [ Unreleased ] : https://github.com/letsar/binder/compare/v0.1.4...HEAD
31
+ [ 0.1.4 ] : https://github.com/letsar/binder/compare/releases/tag/v0.1.4
27
32
[ 0.1.3 ] : https://github.com/letsar/binder/compare/releases/tag/v0.1.3
28
33
[ 0.1.2 ] : https://github.com/letsar/binder/compare/releases/tag/v0.1.2
29
34
[ 0.1.1 ] : https://github.com/letsar/binder/compare/releases/tag/v0.1.1
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ class InheritedBinderScope extends InheritedWidget {
21
21
return oldWidget.container != container;
22
22
}
23
23
24
- @override
25
24
bool updateShouldNotifyDependent (
26
25
InheritedBinderScope oldWidget,
27
26
Dependencies dependencies,
Original file line number Diff line number Diff line change 1
1
name : binder
2
2
description : A lightweight, yet powerful way to bind your application state with your business logic.
3
- version : 0.1.3
3
+ version : 0.1.4
4
4
homepage : https://github.com/letsar/binder
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments