arch_sherpa 0.1.0 copy "arch_sherpa: ^0.1.0" to clipboard
arch_sherpa: ^0.1.0 copied to clipboard

Arch Sherpa — Part of the Flutter Sherpa Suite. Opinionated architecture scaffolding for Flutter projects.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate arch_sherpa

Use it

The package has the following executables:

$ arch_sherpa

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add arch_sherpa

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

dependencies:
  arch_sherpa: ^0.1.0

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:arch_sherpa/arch_sherpa.dart';
1
likes
0
points
--
downloads

Publisher

verified publishercarlosf.dev

Weekly Downloads

Arch Sherpa — Part of the Flutter Sherpa Suite. Opinionated architecture scaffolding for Flutter projects.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, path, yaml

More

Packages that depend on arch_sherpa