essential_dart 1.1.0
essential_dart: ^1.1.0 copied to clipboard
Reusable building blocks, patterns, and services for Dart to improve efficiency and code quality.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add essential_dartWith Flutter:
$ flutter pub add essential_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
essential_dart: ^1.1.0Alternatively, 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:essential_dart/essential_dart.dart';