- Migrate to null safety
- Update dependencies.
- Add
allowNull
argument, which suppress the error when the provider is not found, to BlocProvider'sof
method.
- Enhance error handling when
ancestorInheritedElementForWidgetOfExactType
is null
- Add readable missing BlocProvider error.(#9)
- Make it possible to use BlocProvider.builder's context to retrieve a Bloc provided in creator.(#10)
- Add BlocProviderTree Widget (#4, #5)
- Converts the BlocProvider list into a tree of nested BlocProvider widgets.
- Change to
BlocProvider.fromBloc
fromBlocProvider.unmanaged
- Add
BlocProvider.fromBlocContext
constructor
- Add
BlocProvider.unmanaged
constructor
- Update README
- Update documentation
- Initial Release