Skip to content

Releases: hoc081098/flutter_provider

2.1.0 - Sep 23, 2021

23 Sep 19:34
Compare
Choose a tag to compare

https://pub.dev/packages/flutter_provider/versions/2.1.0

  • Update meta to 1.7.0.
  • Change sdk constraint >=2.14.0 <3.0.0 and flutter constraint >=2.5.0.
  • Migrated from pedantic to flutter_lints.

2.0.0 - Mar 1, 2021

01 Mar 02:10
Compare
Choose a tag to compare
  • Stable release for null safety.

2.0.0-nullsafety.0 - Jan 20, 2021

20 Jan 10:36
Compare
Choose a tag to compare
  • 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 and Provider.value.
  • Added extension BuildContext.get<T>({bool listen = false}).
  • Fixed many issues.
  • Many improvements.