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
NoGrammarFoundError
fromdart_prism
. - Add dark style
PrismStyle.dark
.
0.2.1 #
- Update to dart_prism 0.2.1.
- Change
PrismStyle
to constant constructor. - New public method
mergeWith(...)
forPrismStyle
class. - Set default style for
Prism
. - Add a new option
mouseCursor
forPrism
class.
0.2.0 #
- Update to dart_prism 0.2.0.
- Breaking change: Remove
root
fromPrismStyle
. - Breaking change: Change return type of
Prism.render
fromTextSpan
to List
0.1.1 #
- Improve
PrismStyle
and it's default text styles.
0.1.0 #
Initial version.