extensions 0.3.20 copy "extensions: ^0.3.20" to clipboard
extensions: ^0.3.20 copied to clipboard

A set of APIs for commonly used programming patterns and utilities, such as dependency injection, logging, and configuration.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add extensions

With Flutter:

 $ flutter pub add extensions

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

dependencies:
  extensions: ^0.3.20

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:extensions/extensions.dart';
1
likes
160
points
59
downloads

Publisher

verified publisherjamiewest.dev

Weekly Downloads

A set of APIs for commonly used programming patterns and utilities, such as dependency injection, logging, and configuration.

Repository
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

async, characters, collection, cross_file, file, glob, http, meta, path, uuid, watcher, xml

More

Packages that depend on extensions