flutter_bbcode 1.2.0 flutter_bbcode: ^1.2.0 copied to clipboard
A package to display BBCode text in Flutter apps. Manage your own tags or use those of others.
1.2.0 #
- Added support for [LIST] tags.
1.1.3 #
- Fixed the strikethrough BBCode tag.
1.1.2 #
- Added the option for an ErrorBuilder when parsing fails. Defaults to showing the original text.
- Improved the color tag such that it should no longer throw any errors.
- Updated the readme.
1.1.1 #
- Included a [spoiler] tag.
1.1.0 #
- Project now supports wrapped tags. This allows for creation of tags like [quote].
- Implemented the [quote] tag.
1.0.1 #
- Formatted project according to pub.dev guidelines.
1.0.0 #
- Initial release