isolate_handler 0.1.1+info isolate_handler: ^0.1.1+info copied to clipboard
Effortless isolates abstraction layer with support for MethodChannel calls.
[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
toString
for channel names to future proof in the unlikely event support forEventChannel
s 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.