Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

44 lines (27 loc) · 1.31 KB

2.2.2

  • Fix FlutterError.onError setup

2.2.0+1

  • Fix doc

2.2.0

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

2.1.2

  • Reworked ErrorHandlerWidget to LeafRenderObjectWidget to solve the loop bug

2.1.1

  • Add onPlatformError in RunnerConfiguration. It allows you to handle isolate errors via PlatformDispatcher.instance.onError
  • Add Sentry integration in example

2.1.0

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

2.0.0

  • BREAKING: feat: Add AppBuilder widget
  • BREAKING: WidgetConfiguration:
    • WidgetConfiguration.app removed, use child with AppBuilder
    • WidgetConfiguration.splash removed, use child with AppBuilder
  • BREAKING: RunnerConfiguration:
    • RunnerConfiguration.preInitializeFunctions removed, use AppBuilder.preInitializeFunctions
    • RunnerConfiguration has two constructors, default and guarded

1.0.1-1.0.2

  • Fix doc

1.0.0

  • Initial stable release.