customize_bullet_points 0.0.1 copy "customize_bullet_points: ^0.0.1" to clipboard
customize_bullet_points: ^0.0.1 copied to clipboard

A Flutter package to customize bullet points in your Flutter applications.

A Flutter package to customize bullet points in your Flutter applications. Easily create and style bullet points with various shapes, colors, and sizes to enhance your app's lists and presentations. Perfect for adding a unique touch to your text content.

Features #

Add this package to your flutter app to:

  • to add bullet point withot make design for it
  • to add customize bullet
  • to add content without addeding widgets
  • and many more things

Usage #

 BulletPoints(
                iconSize: 5,
                gap: 10,
                style: BulletStyle.dot,
                items: const [
                  'We have made changes to the structure and layout of our Privacy Policy to make it easier to read and understand.',
                  'Dhoond is committed to protecting the personal information of its users.',
                  'Please read this Privacy Policy carefully to understand how Dhoond processes personal information.',
                  'This policy describes how Dhoond processes personal information of its users and partners seamlessly for a personalized service experience.'
                ],
              ),
2
likes
100
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to customize bullet points in your Flutter applications.

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on customize_bullet_points