dart_extensions_kit 1.0.0 copy "dart_extensions_kit: ^1.0.0" to clipboard
dart_extensions_kit: ^1.0.0 copied to clipboard

A comprehensive collection of useful extension methods for Dart and Flutter, including utilities for numbers, strings, lists, maps, dates, colors, and booleans.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dart_extensions_kit

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

dependencies:
  dart_extensions_kit: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dart_extensions_kit/dart_extensions_kit.dart';
0
likes
140
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A comprehensive collection of useful extension methods for Dart and Flutter, including utilities for numbers, strings, lists, maps, dates, colors, and booleans.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on dart_extensions_kit