flutter_bbcode 1.5.0 copy "flutter_bbcode: ^1.5.0" to clipboard
flutter_bbcode: ^1.5.0 copied to clipboard

A package to display BBCode text in Flutter apps. Manage your own tags or use those of others.

1.5.0 #

  • '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

1.4.2 #

  • Added [UL] and [OL] list tags.

1.4.1 #

  • 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.

1.4.0 #

  • Added [LEFT], [CENTER] and [RIGHT] tags.

1.3.0 #

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.

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
4
likes
130
pub points
81%
popularity

Publisher

verified publishermstruijk.nl

A package to display BBCode text in Flutter apps. Manage your own tags or use those of others.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

bbob_dart, flutter

More

Packages that depend on flutter_bbcode