isolate_handler 0.1.2 copy "isolate_handler: ^0.1.2" to clipboard
isolate_handler: ^0.1.2 copied to clipboard

outdated

Effortless isolates abstraction layer with support for MethodChannel calls.

[0.1.2] - 2019-09-12 #

  • Fixed error introduced with Flutter version 1.12.13+hotfix.5 where the ServicesBinding instance would not be initialized by the time isolate handler requested use of its defaultBinaryMessenger. Thanks to @deakjahn for reporting the bug.

  • Changed defaultBinaryMessenger to ServicesBinding.instance.defaultBinaryMessenger as it is now the recommended way of accessing the default binary messenger.

[0.1.1+info] - 2019-09-12 #

  • Added warning about platform thread potentially locking up UI.

[0.1.1] - 2019-08-27 #

  • Changed from MethodChannel to String for channel names to future proof in the unlikely event support for EventChannels can one day be added.

[0.1.0+formatfix2] - 2019-08-26 #

  • Moved example folder

[0.1.0+formatfix] - 2019-08-26 #

  • Fixed formatting using flutter format to better follow Flutter guidelines.

[0.1.0] - 2019-08-26 #

  • Initial release, major feature is support for MethodChannel calls in isolates.
96
likes
0
pub points
88%
popularity

Publisher

verified publishertramontana.co.hu

Effortless isolates abstraction layer with support for MethodChannel calls.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on isolate_handler