flutter_provider 2.1.0 flutter_provider: ^2.1.0 copied to clipboard
Flutter generic provider using InheritedWidget. An helper to easily exposes a value using InheritedWidget without having to write one.
2.1.0 - Sep 23, 2021 #
- Update
meta
to1.7.0
. - Change sdk constraint
>=2.14.0 <3.0.0
and flutter constraint>=2.5.0
. - Migrated from
pedantic
toflutter_lints
.
2.0.0 - Mar 1, 2021 #
- Stable release for null safety.
2.0.0-nullsafety.0 - Jan 20, 2021 #
- Migrate this package to null safety.
- Sdk constraints:
>=2.12.0-0 <3.0.0
based on beta release guidelines. - Split to two constructors:
Provider.factory
andProvider.value
. - Added extension
BuildContext.get<T>({bool listen = false})
. - Fixed many issues.
- Many improvements.
1.1.1 - Apr 14, 2019 #
- Remove deprecated method in flutter.
1.1.0+3 - Apr 14, 2019 #
- No change.
1.1.0+2 - Apr 14, 2019 #
- No change.
1.1.0+1 - Apr 14, 2019 #
- Refactor.
1.1.0 - Apr 7, 2019 #
- Add Providers, Consumer2, Consumer3, Consumer4, Consumer5, Consumer6, Consumer7, Consumer8, Consumer9.
1.0.0 - Mar 31, 2019 #
- Initial package.