dart_extensions_methods 1.0.1 copy "dart_extensions_methods: ^1.0.1" to clipboard
dart_extensions_methods: ^1.0.1 copied to clipboard

outdated

Extensions for different types similar to kotlin. Methods for the next set of types: String, bool, Iterable, List. Also contains some global extensions and class Pair

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dart_extensions_methods

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

dependencies:
  dart_extensions_methods: ^1.0.1

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_methods/dart_extensions_methods.dart';
23
likes
0
pub points
83%
popularity

Publisher

unverified uploader

Extensions for different types similar to kotlin. Methods for the next set of types: String, bool, Iterable, List. Also contains some global extensions and class Pair

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on dart_extensions_methods