dart_extensions_methods 1.1.1 copy "dart_extensions_methods: ^1.1.1" to clipboard
dart_extensions_methods: ^1.1.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 Dart:

 $ dart pub add dart_extensions_methods

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

dependencies:
  dart_extensions_methods: ^1.1.1

Alternatively, your editor might support dart 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
30
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

MIT (LICENSE)

More

Packages that depend on dart_extensions_methods