Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 958 Bytes

CHANGELOG.md

File metadata and controls

42 lines (25 loc) · 958 Bytes

2.1.0 - Sep 23, 2021

  • 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

  • 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 and Provider.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.