mynameiskenlee / flutter_macos_menubar_example

starter template for building macOS menubar app with flutter and AppKit
https://www.reddit.com/r/FlutterDev/comments/g7aavn/creating_a_menubar_app_for_macos/
131 stars 15 forks source link

Does this work for windows for cross multiple paltform? #9

Closed lucasjinreal closed 1 year ago

mynameiskenlee commented 1 year ago

Hi @lucasjinreal,

This template is intended for creating menubar app for macOS with flutter. Since it is just an modified version of flutter counter template and only the macOS part is modified, it can still be used to build cross platform app as normal.