ruby_html 1.0.1
ruby_html: ^1.0.1 copied to clipboard
A Flutter widget to display HTML ruby tags. This widget is based on the ruby_text package.
RubyHtml #
A Flutter widget to display HTML ruby tags.

Install #
dependencies:
ruby_html: 1.0.0
Example #
RubyHtml(
'<ruby>日本<rt>にほん</rt>はさむいです。</ruby>'
);
Other #
const RubyHtml(
'<ruby>日本<rt>にほん</rt>はさむいです。</ruby>', {
TextStyle? style,
TextStyle? mainStyle,
TextStyle? rubyStyle,
bool? softWrap,
TextOverflow? overflow,
int? maxLines,
});