mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-07-26 05:51:18 +02:00
c24a72c302
track_metadata_screen.dart was 5,470 lines, most of it one State class mixing five surfaces. Move four cohesive method clusters into private extensions on _TrackMetadataScreenState in new part files: header/info cards, lyrics + save/re-enrich flows, audio conversion + CUE split, and file actions. Same library, so private state access is unchanged; setState goes through a _setState forwarder as in queue_tab. The screen file is now 1,575 lines.