clean_architecture_scaffold 0.0.3 copy "clean_architecture_scaffold: ^0.0.3" to clipboard
clean_architecture_scaffold: ^0.0.3 copied to clipboard

Package that can create folders based on clean architecture.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add clean_architecture_scaffold

With Flutter:

 $ flutter pub add clean_architecture_scaffold

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

dependencies:
  clean_architecture_scaffold: ^0.0.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:clean_architecture_scaffold/clean_architecture_scaffold.dart';
8
likes
0
pub points
40%
popularity

Publisher

verified publisherjanatig.com

Package that can create folders based on clean architecture.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, flutter

More

Packages that depend on clean_architecture_scaffold