Skip to content

Releases: MadBrains/App-Runner-Flutter

v2.2.2

Choose a tag to compare

@KolasikOmetov KolasikOmetov released this 02 Nov 12:56
959d290
  • Fix FlutterError.onError setup

v2.2.0+1

Choose a tag to compare

@KolasikOmetov KolasikOmetov released this 18 May 12:07
  • Fix doc

v2.2.0

Choose a tag to compare

@KolasikOmetov KolasikOmetov released this 18 May 09:04
  • Add binding.wrapWithDefaultView operation for launch.

2.1.2

Choose a tag to compare

@mit-73 mit-73 released this 01 Nov 11:33
6398ab7
  • Reworked ErrorHandlerWidget to LeafRenderObjectWidget to solve the loop bug

v2.1.1

Choose a tag to compare

@mit-73 mit-73 released this 28 Oct 12:14
4fe3db3
  • Add onPlatformError in RunnerConfiguration. It allows you to handle isolate errors via PlatformDispatcher.instance.onError
  • Add Sentry integration in example

2.1.0

Choose a tag to compare

@mit-73 mit-73 released this 27 May 09:20
9725810
  • 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

Choose a tag to compare

@mit-73 mit-73 released this 08 Feb 13:32
081991a
  • 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.2

Choose a tag to compare

@mit-73 mit-73 released this 09 Aug 13:34
  • Fix doc

1.0.0

Choose a tag to compare

@mit-73 mit-73 released this 06 Aug 08:50
  • Initial stable release.