commons_lang 0.0.8 copy "commons_lang: ^0.0.8" to clipboard
commons_lang: ^0.0.8 copied to clipboard

Commons Lang provides a host of helper utilities for Dart / Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add commons_lang
copied to clipboard

With Flutter:

 $ flutter pub add commons_lang
copied to clipboard

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

dependencies:
  commons_lang: ^0.0.8
copied to clipboard

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:commons_lang/commons_lang.dart';
copied to clipboard
1
likes
150
points
53
downloads

Publisher

verified publisherlimeslice.org

Weekly Downloads

2024.07.16 - 2025.01.28

Commons Lang provides a host of helper utilities for Dart / Flutter applications.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on commons_lang