usecase_generator 0.0.6 copy "usecase_generator: ^0.0.6" to clipboard
usecase_generator: ^0.0.6 copied to clipboard

usecase_generator is generator package for usecase_annotation for generating usecases class from the repository class

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add usecase_generator

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

dependencies:
  usecase_generator: ^0.0.6

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:usecase_generator/usecase_generator.dart';
6
likes
150
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

usecase_generator is generator package for usecase_annotation for generating usecases class from the repository class

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

analyzer, build, path, source_gen, usecase_annotation

More

Packages that depend on usecase_generator