https://github.com/ueman/flutter_in_dock
https://github.com/ueman/flutter_in_dock
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ueman/flutter_in_dock
- Owner: ueman
- Created: 2023-01-31T15:50:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:31:57.000Z (over 2 years ago)
- Last Synced: 2025-04-02T05:24:30.680Z (about 1 year ago)
- Language: Dart
- Size: 163 KB
- Stars: 78
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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