archsmith 0.4.1 copy "archsmith: ^0.4.1" to clipboard
archsmith: ^0.4.1 copied to clipboard

Interactive, safe Flutter architecture and feature generator.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate archsmith

Use it

The package has the following executables:

$ archsmith

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add archsmith

With Flutter:

 $ flutter pub add archsmith

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

dependencies:
  archsmith: ^0.4.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:archsmith/archsmith.dart';
0
likes
160
points
354
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Interactive, safe Flutter architecture and feature generator.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #cli #code-generation #architecture #security

License

MIT (license)

Dependencies

args, path, yaml

More

Packages that depend on archsmith