generic_usecase 2.0.0 copy "generic_usecase: ^2.0.0" to clipboard
generic_usecase: ^2.0.0 copied to clipboard

Small component that encapsulates an application's scenario logic.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add generic_usecase

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

dependencies:
  generic_usecase: ^2.0.0

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:generic_usecase/generic_usecase.dart';
3
likes
0
pub points
55%
popularity

Publisher

verified publisherhugop.cl

Small component that encapsulates an application's scenario logic.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta, sealed_result

More

Packages that depend on generic_usecase