Operator reported Cmd+, doing nothing. macOS reserves Cmd+, for the native app-Preferences menu item which Flutter Desktop doesn't wire up — the keystroke is captured by the OS before the Shortcuts widget sees it. Adds Cmd+; as the working alternative; keeps Cmd+, registered too so a future Flutter version (or a native-menu setup) can light it up. Tooltip on the sidebar gear icon now reads "Settings (⌘;)" so the discoverable affordance also tells you the shortcut. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
26 lines
496 B
YAML
26 lines
496 B
YAML
name: fai_studio
|
|
description: "F∆I Studio — desktop GUI for the F∆I hub"
|
|
publish_to: 'none'
|
|
version: 0.12.1
|
|
|
|
environment:
|
|
sdk: ^3.11.0-200.1.beta
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.8
|
|
|
|
# Sibling package; will move to Forgejo path once published.
|
|
fai_dart_sdk:
|
|
path: ../fai_dart_sdk
|
|
google_fonts: ^8.1.0
|
|
shared_preferences: ^2.5.5
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|