fd_arch_gen 1.0.0-beta.4 copy "fd_arch_gen: ^1.0.0-beta.4" to clipboard
fd_arch_gen: ^1.0.0-beta.4 copied to clipboard

A Clean Architecture code generator for Flutter (Beta)

example/main.dart

void main() {
  print('''
🚀 fd_arch_gen Usage Example

1. Activate package:
   dart pub global activate fd_arch_gen

2. Create a feature:
   fd_arch_gen feature auth --bloc

3. Generated structure:
   lib/features/auth/
     data/
     domain/
     presentation/

💡 Tip:
Use --riverpod if you prefer Riverpod instead of BLoC.
''');
}
1
likes
0
points
287
downloads

Publisher

unverified uploader

Weekly Downloads

A Clean Architecture code generator for Flutter (Beta)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, dartz, equatable, get_it, http, io, path, yaml

More

Packages that depend on fd_arch_gen