Two issues from live feedback: 1. The version label said "v0.7.1 · warm-minimalism". The suffix is an internal design-direction codename, not user-facing. Drop it — the line now just reads "v0.7.2". 2. The ∆ pulse in live mode used only alpha + blur, which is too subtle to register at first glance. Replace with a real scale-pulse: the whole mark grows from 0.85x → 1.15x → 0.85x over 1.6s. Glow halo blur range expanded (8→22) and alpha range widened. The triangle also gets a soft fill on the up-beat. Easy to spot from across the room. Bumps fai_studio 0.7.1 -> 0.7.2. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
26 lines
495 B
YAML
26 lines
495 B
YAML
name: fai_studio
|
|
description: "F∆I Studio — desktop GUI for the F∆I hub"
|
|
publish_to: 'none'
|
|
version: 0.7.2
|
|
|
|
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
|