daily_extensions 1.1.9 copy "daily_extensions: ^1.1.9" to clipboard
daily_extensions: ^1.1.9 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.1.9

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';
37
likes
140
pub points
58%
popularity

Publisher

verified publisherdowhile.space

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on daily_extensions