support 0.3.2 copy "support: ^0.3.2" to clipboard
support: ^0.3.2 copied to clipboard

A collection of extension methods and helper classes for Dart projects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add support

With Flutter:

 $ flutter pub add support

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

dependencies:
  support: ^0.3.2

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

Import it

Now in your Dart code, you can use:

import 'package:support/support.dart';
1
likes
160
points
382
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of extension methods and helper classes for Dart projects.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

pluralize

More

Packages that depend on support