flutter_isolate 2.0.4 copy "flutter_isolate: ^2.0.4" to clipboard
flutter_isolate: ^2.0.4 copied to clipboard

FlutterIsolate provides a way to launch dart isolate in flutter that work with flutter plugins.

2.0.4 #

  • Fix crashes in release mode when using new flutterCompute method
  • Migrate Android jCenter to Maven Central

2.0.3 #

  • Fix release mode crashes on Flutter >3.3.0 - @pragma('vm:entry-point') must be added as a decorator to all entrypoint functions
  • Fix occasional crash on Android due to incorrect casting
  • Add flutterCompute method

2.0.2 #

  • Fix bug on iOS when _isolatePluginRegistrantClassName was empty

2.0.1 #

  • Fixes for hot reloading
  • Adds support for custom plugin registrant

2.0.0 #

  • Support null safety.
  • Replace flutter_startup by path_provider in example.

1.0.0+15 #

  • Fix Git example and README example.
  • Update gradle/sdk dependencies.
  • Remove deprecated BinaryMessages API.

1.0.0+14 #

  • Overflow bug fix on iOS.

1.0.0+13 #

  • Null Context bug fix on Android.

1.0.0+12 #

  • v1 embedding support on Android

1.0.0 #

  • Initial implementation of an isolate that works with Flutter plugins for android/iOS
397
likes
130
pub points
97%
popularity

Publisher

unverified uploader

FlutterIsolate provides a way to launch dart isolate in flutter that work with flutter plugins.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, uuid

More

Packages that depend on flutter_isolate