scout_code_generator 0.0.1 copy "scout_code_generator: ^0.0.1" to clipboard
scout_code_generator: ^0.0.1 copied to clipboard

Feature-based Clean Architecture code generator for Flutter/Dart. Generates models, datasource, repository, entity, and usecase with proper imports and Either<Failure, T> types.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate scout_code_generator

Use it

The package has the following executables:

$ scout

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add scout_code_generator

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

dependencies:
  scout_code_generator: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:scout_code_generator/scout_code_generator.dart';
3
likes
140
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Feature-based Clean Architecture code generator for Flutter/Dart. Generates models, datasource, repository, entity, and usecase with proper imports and Either<Failure, T> types.

Repository (GitHub)
View/report issues

Topics

#codegen #generator #clean-architecture #cli

Documentation

Documentation
API reference

License

unknown (license)

Dependencies

args, flutter, flutter_web_plugins, path, plugin_platform_interface, recase, web

More

Packages that depend on scout_code_generator

Packages that implement scout_code_generator