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

retracted

Interactive, safe Flutter architecture and feature generator.

example/archsmith_example.dart

import 'package:archsmith/archsmith.dart';

void main() {
  const config = ArchsmithConfig(projectName: 'example_app');
  final plan = const GenerationEngine().architecture(config);
  for (final file in plan) {
    print('CREATE ${file.path}');
  }
}
0
likes
0
points
351
downloads

Publisher

unverified uploader

Weekly Downloads

Interactive, safe Flutter architecture and feature generator.

Repository (GitHub)
View/report issues

Topics

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

License

unknown (license)

Dependencies

args, path, yaml

More

Packages that depend on archsmith