special_text_between_marks 0.0.2 copy "special_text_between_marks: ^0.0.2" to clipboard
special_text_between_marks: ^0.0.2 copied to clipboard

A Flutter package for easy text formatting with customizable styles between specified marks.

A Flutter package for easy text formatting with customizable styles between specified marks.

Features #

Screenshot 2024-02-26 at 12 12 59 AM

Usage #

import 'package:special_text_between_marks/special_text_between_marks.dart';

SpecialTextBetweenMarks(
                  text:
                      'This is the *Custom* example with *multiple words* between marks.',
                  openMark: '*',
                  closeMark: '*',
                  normalStyle: myNormalStyle,
                  specialStyle: mySpecialStyle,
                ),
                
7
likes
135
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for easy text formatting with customizable styles between specified marks.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on special_text_between_marks