template_mgr_flutter 1.0.0 copy "template_mgr_flutter: ^1.0.0" to clipboard
template_mgr_flutter: ^1.0.0 copied to clipboard

Intern CLI for Flutter Template Manager (ModalGR).

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate template_mgr_flutter

Use it

The package has the following executables:

$ mgr

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add template_mgr_flutter

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

dependencies:
  template_mgr_flutter: ^1.0.0

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:template_mgr_flutter/templates/template_mgr_flutter.dart';
2
likes
140
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Intern CLI for Flutter Template Manager (ModalGR).

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, cupertino_icons, flutter, interact

More

Packages that depend on template_mgr_flutter