flutter_prism 0.2.2
flutter_prism: ^0.2.2 copied to clipboard
A syntax highlighting package for Flutter, based on dart_prism.
0.2.2 #
- Export
NoGrammarFoundErrorfromdart_prism. - Add dark style
PrismStyle.dark.
0.2.1 #
- Update to dart_prism 0.2.1.
- Change
PrismStyleto constant constructor. - New public method
mergeWith(...)forPrismStyleclass. - Set default style for
Prism. - Add a new option
mouseCursorforPrismclass.
0.2.0 #
- Update to dart_prism 0.2.0.
- Breaking change: Remove
rootfromPrismStyle. - Breaking change: Change return type of
Prism.renderfromTextSpanto List
0.1.1 #
- Improve
PrismStyleand it's default text styles.
0.1.0 #
Initial version.