core_extras 1.0.9-alpha
core_extras: ^1.0.9-alpha copied to clipboard
Extras for the core dart library This package provides a set of helpful types, utitlities and extensions that enhances the core dart library. These are little extras that you wished Dart came with, an [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add core_extras
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
core_extras: ^1.0.9-alpha
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:core_extras/core_extras.dart';