de1mat / flutter-macos-menubar

Flutter Menubar App Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

Flutter Menubar App Example


Languages

Language:Dart 71.0%Language:Swift 16.7%Language:Ruby 12.2%