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
copied to clipboard

With Flutter:

 $ flutter pub add daily_extensions
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
45
likes
160
points
375
downloads

Publisher

verified publisherdowhile.space

Weekly Downloads

2024.09.26 - 2025.04.10

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