init_architecture 0.1.3 copy "init_architecture: ^0.1.3" to clipboard
init_architecture: ^0.1.3 copied to clipboard

CLI utility will generate folder architecture to help you and save your time when creating the first Flutter project.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate init_architecture

Use it

The package has the following executables:

$ init

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add init_architecture

With Flutter:

 $ flutter pub add init_architecture

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

dependencies:
  init_architecture: ^0.1.3

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:init_architecture/init_architecture.dart';
0
likes
150
pub points
0%
popularity

Publisher

verified publisherkuasaiteknologi.com

CLI utility will generate folder architecture to help you and save your time when creating the first Flutter project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args

More

Packages that depend on init_architecture