0 purchases
customize bullet points
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.'
],
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.