daily_extensions 1.2.0 copy "daily_extensions: ^1.2.0" to clipboard
daily_extensions: ^1.2.0 copied to clipboard

Set of most useful Dart extensions for daily use that increases development velocity.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add daily_extensions

With Flutter:

 $ flutter pub add daily_extensions

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

dependencies:
  daily_extensions: ^1.2.0

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:daily_extensions/daily_extensions.dart';
40
likes
160
points
178
downloads

Publisher

verified publisherdowhile.space

Weekly Downloads

Set of most useful Dart extensions for daily use that increases development velocity.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on daily_extensions