flutter_bullet_list 0.0.4 copy "flutter_bullet_list: ^0.0.4" to clipboard
flutter_bullet_list: ^0.0.4 copied to clipboard

A Flutter package for web-like ordered and unordered lists with multi-level items and customizable bullet styles.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_bullet_list

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

dependencies:
  flutter_bullet_list: ^0.0.4

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:flutter_bullet_list/flutter_bullet_list.dart';
4
likes
110
pub points
51%
popularity

Publisher

unverified uploader

A Flutter package for web-like ordered and unordered lists with multi-level items and customizable bullet styles.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, numerus

More

Packages that depend on flutter_bullet_list