https://github.com/plateaukao/flutter_mira
https://github.com/plateaukao/flutter_mira
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plateaukao/flutter_mira
- Owner: plateaukao
- License: apache-2.0
- Created: 2023-11-28T15:45:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T12:27:10.000Z (over 1 year ago)
- Last Synced: 2025-04-09T04:40:01.528Z (7 months ago)
- Language: Dart
- Size: 1.21 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Menubar App Example
This is a starter template for building a menubar app in Flutter. In other words, you open the app by clicking an icon in the system tray. The app can be hidden and recalled, all the while saving its state.
There are probably much better ways to do this, especially if you're willing to write native code, but I just needed something quick that worked. This uses the following libraries:
* [tray_manager](https://github.com/leanflutter/tray_manager) - Creates the system tray icon
* [bitsdojo_window](https://github.com/bitsdojo/bitsdojo_window) - Customizes/sizes/positions the window## Known Issues
1. Only tested for MacOS
2. Cannot click outside app to hide it. You must click the icon again
3. The app will only show up on the main screen, even if you have multiple and click the icon on a secondary screen## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.