- 'Selectable' is now part of the Stylesheet.
- Fixed accessibility issues for future flutter releases.
- Fixed an accessibility issue for selectable text.
- Text in quotes can now be selected.
- Fixed a minor issue in the example texts
- Bumped flutter lints to 3.0.0
- Added [UL] and [OL] list tags.
- Improved accessibility. Text now scales according the TextScaleFactor defined in the accessibility menu.
- Bumped bbob_dart to 2.0.1 (Non pre-release version)
- Updated linter to latest.
- Fixed double import statement.
- Added [LEFT], [CENTER] and [RIGHT] tags.
Notice: This is update a breaking update if you added new tags or changed the default text style. Please check the ReadMe on how to use the new BBStylesheet.
- Changed the layout of the source to be in line with the guidelines on https://dart.dev/guides/libraries/create-library-packages
- Added a BBStylesheet class that will hold all information related to style.
- Added support for [LIST] tags.
- Fixed the strikethrough BBCode tag.
- 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.
- Included a [spoiler] tag.
- Project now supports wrapped tags. This allows for creation of tags like [quote].
- Implemented the [quote] tag.
- Formatted project according to pub.dev guidelines.
- Initial release