Launch an isolate that can use flutter plugins.
-
Updated
Sep 12, 2024 - Dart
Launch an isolate that can use flutter plugins.
Repository for IsolateFlutter
Style Transfer is an application developed with Flutter that allows users to apply artistic style transformations to images using advanced style transfer models created by Google, as described in their publication Supercharging Style Transfer.
Flutter best practices ( Null Safety , MVI architecture using bLOC package , TDD , Unit testing , Widget Testing , Integration testing , CI/CD pipeline using code magic )
🛠 This application runs tests in the main thread, in the isolate created via Isolate.spawn, and in the isolate created via compute
A demo flutter project showing the usage of flutter isolates and effectively reusing them.
Add a description, image, and links to the flutter-isolate topic page so that developers can more easily learn about it.
To associate your repository with the flutter-isolate topic, visit your repo's landing page and select "manage topics."