custom_flutter_chord 0.1.8 custom_flutter_chord: ^0.1.8 copied to clipboard
Lyrics Chord parser and renderer for Flutter. It also comes with transpose and auto-scroll features.
0.1.8 #
- option to set hendler when lyrics is processed
0.1.7 #
- option to set parent width when show LyricsRenderer in two columns
0.1.6 #
- Fix bug of 'render overflow' of chord lines
0.1.5 #
- Option to set transpose to natural minor scale
0.1.4 #
- Option to set fixed spaces when showing only chords
0.1.3 #
- Option to hide lyric text and show only chords
- Option to replace chords with other elements in presentation (ex: C -> DO)
0.1.2 #
- Fix incompatibility issues with Flutter 3.0.0
0.1.1 #
- Leading and trailing widget
- Customizable extra line height
0.1.0 #
- Thanks to @auhsor, long lyrics are splitted to multiple lines to overcome overflow.
0.0.7 #
- Fix screenshot
0.0.6 #
- Do not take textScaleFactor into account, to fix different chordWidth in different devices
0.0.5 #
- Fix Sharp chords transpose issue
0.0.4 #
- Auto Scroll
- Transpose
0.0.3 #
- Export models
0.0.2 #
- Try to fix screenshot
0.0.1 #
- Initial release.