artools 0.0.3+5
artools: ^0.0.3+5 copied to clipboard
A Dart package that provides handy extensions and helper functions, for a smooth and efficient coding experience.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add artoolsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
artools: ^0.0.3+5Alternatively, 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:artools/artools.dart';