shields 1.0.4 copy "shields: ^1.0.4" to clipboard
shields: ^1.0.4 copied to clipboard

discontinued

Generates shields to be added to your readme

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate shields

Use it

The package has the following executables:

$ shields

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shields

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

dependencies:
  shields: ^1.0.4

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