sd_utils 1.0.1 copy "sd_utils: ^1.0.1" to clipboard
sd_utils: ^1.0.1 copied to clipboard

A Flutter package providing customizable chip UI components and utility formatters (date, amount, nullable handling)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sd_utils

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

dependencies:
  sd_utils: ^1.0.1

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:sd_utils/sd_utils.dart';
2
likes
155
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing customizable chip UI components and utility formatters (date, amount, nullable handling)

Repository (GitHub)
View/report issues

Topics

#flutter #ui #chips #formatter #utils

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on sd_utils