extensions 0.4.1 copy "extensions: ^0.4.1" to clipboard
extensions: ^0.4.1 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.4.1

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
150
points
599
downloads

Documentation

API reference

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

License

MIT (license)

Dependencies

async, clock, collection, cross_file, file, glob, http, meta, path, stream_transform, universal_platform, watcher, xml

More

Packages that depend on extensions