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

A Clean Architecture code generator for Flutter (Beta)

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate fd_arch_gen

Use it

The package has the following executables:

$ fd_arch_gen

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fd_arch_gen

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

dependencies:
  fd_arch_gen: ^1.0.0-beta.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fd_arch_gen/commands/feature.dart';
import 'package:fd_arch_gen/generators/core_generator.dart';
import 'package:fd_arch_gen/generators/di_generator.dart';
import 'package:fd_arch_gen/generators/feature_generator.dart';
import 'package:fd_arch_gen/internals/config.dart';
import 'package:fd_arch_gen/internals/config_loader.dart';
import 'package:fd_arch_gen/utils/files_utils.dart';
import 'package:fd_arch_gen/utils/naming.dart';
import 'package:fd_arch_gen/utils/path_resolver.dart';
import 'package:fd_arch_gen/utils/pubspec_updater.dart';
import 'package:fd_arch_gen/utils/template_engine.dart';
1
likes
0
points
243
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, flutter_bloc, flutter_riverpod, get_it, hive, hive_flutter, http, io, path, yaml

More

Packages that depend on fd_arch_gen