daily_extensions 1.2.0
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_extensionsWith Flutter:
$ flutter pub add daily_extensionsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
daily_extensions: ^1.2.0Alternatively, 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';