Skip to content

Commit ac6b143

Browse files
committed
fix flutter analyze issue
1 parent 2eccb15 commit ac6b143

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/binder/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.4]
11+
### Fixed
12+
- `flutter analyze` issue.
13+
1014
## [0.1.3]
1115
### Fixed
1216
- Memory leak issue when using `select`.
@@ -23,7 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2327
### Added
2428
- Initial release.
2529

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
2732
[0.1.3]: https://github.com/letsar/binder/compare/releases/tag/v0.1.3
2833
[0.1.2]: https://github.com/letsar/binder/compare/releases/tag/v0.1.2
2934
[0.1.1]: https://github.com/letsar/binder/compare/releases/tag/v0.1.1

packages/binder/lib/src/inherited_binder_scope.dart

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class InheritedBinderScope extends InheritedWidget {
2121
return oldWidget.container != container;
2222
}
2323

24-
@override
2524
bool updateShouldNotifyDependent(
2625
InheritedBinderScope oldWidget,
2726
Dependencies dependencies,

packages/binder/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: binder
22
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
44
homepage: https://github.com/letsar/binder
55

66
environment:

0 commit comments

Comments
 (0)