Skip to content

2.0.0-nullsafety.0 - Jan 20, 2021

Choose a tag to compare

@hoc081098 hoc081098 released this 20 Jan 10:36
· 6 commits to master since this release
  • 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.