flutter_in_dock
flutter_in_dock copied to clipboard
flutter_in_dock
Renders a Flutter app to the dock icon of an app.
The interesting bits are the following lines:
- https://github.com/ueman/flutter_in_dock/blob/4c64a7a77fb67b04e096410f57836334c83aecad/macos/Runner/MainFlutterWindow.swift#L19-L29
- https://github.com/ueman/flutter_in_dock/blob/4c64a7a77fb67b04e096410f57836334c83aecad/lib/main.dart#L83-L91