1.4.2
1.4.2
- Updated the hooking mechanism to use
PlatformDispatcher
instead of a customZone
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