pure_dart_extensions 3.0.1
pure_dart_extensions: ^3.0.1 copied to clipboard
Set of method-extensions for pure dart that makes using framework in a much easier and clean way also adds additional functionality.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pure_dart_extensionsWith Flutter:
$ flutter pub add pure_dart_extensionsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pure_dart_extensions: ^3.0.1Alternatively, 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:pure_dart_extensions/pure_dart_extensions.dart';