Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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