flutter_lyric 3.0.2
flutter_lyric: ^3.0.2 copied to clipboard
A music lyric reader that supports highlight, translation lyrics, smooth animation, custom UI & parsing.
3.0.2 #
- feat: add FallbackParser to provide safe handling for unsupported lyric formats
3.0.1 #
- feat: Changed style management—now pass styles via the
LyricView.styleparameter instead of usingLyricController.setStyle() - perf: Added
LyricStyle.compareTo()for smarter/faster detection of when relayout or repaint is needed on style changes - fix: In
LyricStyle.copyWith(), renamed the parametercrossAxisAlignmentto the correctcontentAlignment - breaking: Removed
LyricController.styleNotifierand thesetStyle()method - fix: Fixed an issue when switching lyrics
3.0.0+1 #
- update plugin config
3.0.0 #
- breaking: Rebuilt
LyricViewand the scrolling/highlight mixins so everything is driven by a singleLyricController - feat: Added translation & word-by-word rendering, touch scrubbing, anchor selection, and tap callbacks
- feat: Extended
LyricStylewith gradient highlights, fade ranges, and scroll-duration mapping for deeper customization - docs: Refreshed the README with a 3.0.0 migration guide
2.0.4+6 #
- Fix animation before first line starts
2.0.4+5 #
- Avoid Warning messages
2.0.4+4 #
- fix:position has error on init.
2.0.4+3 #
- fix:position not work on init. has error,please use [2.0.4+4]
2.0.4+2 #
- fix package not showing support for Android, iOS, Windows, Linux & macOS on pub.dev.
2.0.4+1 #
- merged pull#18 Remove redundant configuration.
2.0.3 #
- add empty status builder
- fix size
2.0.2+4 #
- fix:highlight NPE
2.0.2+3 #
- fix:padding lead to overflow clipping
2.0.2+2 #
- pub score
2.0.2+1 #
- fix location always on last
2.0.1+1 #
- fix safari load failed
2.0.1 #
- more smooth
2.0.0+1 #
- docs: Update CHANGELOG.md,README.md