Theme: opt into the updated Material 3 progress indicators #4
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Status/Abandoned
Status/Blocked
Status/Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
project-halkyon/halkyon-shared!4
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/4/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Set
progressIndicatorTheme: ProgressIndicatorThemeData(year2023: false)on both the light and dark themes so every CircularProgressIndicator /
LinearProgressIndicator in the app renders with the updated Material 3
appearance (rounded ends, a track gap, an animated stop indicator)
instead of the legacy look — done once in the theme so no call site
needs touching.
Flutter 3.41 doesn't ship the morphing M3-Expressive loading indicator
yet;
year2023: falseis the most modern spinner the SDK exposes. Theflag is itself deprecated only because it will become the default, so
the one-line opt-in is lint-suppressed with that rationale.
Signed-off-by: Tizian 「ティツィアーン」 raisondetredev@pm.me