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

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
150
points
351
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Interactive, safe Flutter architecture and feature generator.

Topics

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

License

MIT (license)

Dependencies

args, path, yaml

More

Packages that depend on archsmith