https://github.com/merrit/desktop_integration
https://github.com/merrit/desktop_integration
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/merrit/desktop_integration
- Owner: Merrit
- License: other
- Created: 2022-07-25T23:14:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-13T19:56:03.000Z (over 3 years ago)
- Last Synced: 2025-08-29T23:03:39.651Z (7 months ago)
- Language: Dart
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Simple way for Flutter apps to integrate with the desktop OS.
Be sure to add this line if called before runApp()
`WidgetsFlutterBinding.ensureInitialized();`