flutter_isolate
flutter_isolate copied to clipboard
[Feature] macOS support
Add macOS support.
Related Issue: https://github.com/rmawatson/flutter_isolate/issues/56
Note: this PR was built off my other PRs, so it has 9 commits in it.
The important commit is this one
- [Feature] add macOS support https://github.com/rmawatson/flutter_isolate/commit/edaa37adb2e46db5b4341c66bd3185abe6e304bd
For the most part, things "just work" but there are a few limitations:
- the user must put entry point code in their
lib/main.dartfile - the user must copy
GeneratedPluginRegistrant.minto their macos folder - FlutterEngineGroup is not supported