Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfenrain/flutter_in_status_bar
Example of a Flutter app in the status bar.
https://github.com/wolfenrain/flutter_in_status_bar
dart flutter flutter-example flutter-native
Last synced: 11 days ago
JSON representation
Example of a Flutter app in the status bar.
- Host: GitHub
- URL: https://github.com/wolfenrain/flutter_in_status_bar
- Owner: wolfenrain
- License: mit
- Created: 2022-10-27T23:20:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T00:01:23.000Z (about 2 years ago)
- Last Synced: 2024-10-23T07:17:12.655Z (16 days ago)
- Topics: dart, flutter, flutter-example, flutter-native
- Language: Swift
- Homepage:
- Size: 165 KB
- Stars: 43
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# flutter_in_status_bar
![coverage][coverage_badge]
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![License: MIT][license_badge]][license_link]
[![flutter_in_status_bar](https://github.com/wolfenrain/flutter_in_status_bar/actions/workflows/main.yaml/badge.svg?branch=main)](https://github.com/wolfenrain/flutter_in_status_bar/actions/workflows/main.yaml)Example of a Flutter app in the status bar.
---
This is the default counter app from Flutter but instead of running in a `NSWindow` it runs inside a `NSPopover` that is connected to a button in the status bar.
## Getting Started 🚀
You can run this application as you would with any other Flutter application. But if you run it in debug mode it will only attach after you press the button that appears in the status bar, as that will start up the Flutter Engine.
[coverage_badge]: coverage_badge.svg
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis