Skip to content

1.4.2

Compare
Choose a tag to compare
@matux matux released this 02 Aug 15:21
· 13 commits to main since this release
4177be3

1.4.2

  • Updated the hooking mechanism to use PlatformDispatcher instead of a custom Zone when using Flutter 3.3 or above.
    • The old mechanism will be used when using a pre-3.3 Flutter version.
    • Not using a custom Zone should improve startup performance.

What's Changed

  • Use new PlatformDispatcher onError method if available by @matux in #109
  • Initialize the native Rollbar/Android SDK as a hook instead of explicitly by @matux in #110

Full Changelog: 1.4.1...1.4.2