super_bullet_list 0.0.3 copy "super_bullet_list: ^0.0.3" to clipboard
super_bullet_list: ^0.0.3 copied to clipboard

Effortlessly create bullet lists with customizable styles and support for multiple levels of nested items.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add super_bullet_list

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  super_bullet_list: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:super_bullet_list/bullet_list.dart';
import 'package:super_bullet_list/bullet_style.dart';
import 'package:super_bullet_list/utils.dart';
10
likes
150
points
1.29k
downloads

Publisher

verified publisherothniel.dev

Weekly Downloads

Effortlessly create bullet lists with customizable styles and support for multiple levels of nested items.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flextras, flutter, gap

More

Packages that depend on super_bullet_list