- Fix FlutterError.onError setup
- Fix doc
- BREAKING: Note, starting with version 2.2.0, Flutter 3.10.0+ is used by default. If you need to use a Flutter version lower than 3.10.0, then use package version 2.1.2 and below.
- Add
binding.wrapWithDefaultView
operation for launch.
- Reworked ErrorHandlerWidget to LeafRenderObjectWidget to solve the loop bug
- Add
onPlatformError
inRunnerConfiguration
. It allows you to handle isolate errors viaPlatformDispatcher.instance.onError
- Add Sentry integration in example
- BREAKING: Note, starting with version 2.1.0, Flutter 3.0.0+ is used by default. If you need to use a Flutter version lower than 3.0.0, then use package version 2.0.0 and below.
- Fix bang operator on
WidgetsBinding.instance
.
- BREAKING: feat: Add
AppBuilder
widget - BREAKING: WidgetConfiguration:
WidgetConfiguration.app
removed, usechild
withAppBuilder
WidgetConfiguration.splash
removed, usechild
withAppBuilder
- BREAKING: RunnerConfiguration:
RunnerConfiguration.preInitializeFunctions
removed, useAppBuilder.preInitializeFunctions
RunnerConfiguration
has two constructors, default and guarded
- Fix doc
- Initial stable release.