common_macros 0.1.0-4.dev copy "common_macros: ^0.1.0-4.dev" to clipboard
common_macros: ^0.1.0-4.dev copied to clipboard

Macros for common tedious tasks.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add common_macros

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

dependencies:
  common_macros: ^0.1.0-4.dev

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:common_macros/common_macros.dart';