generic_usecase 2.0.1 copy "generic_usecase: ^2.0.1" to clipboard
generic_usecase: ^2.0.1 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

With Flutter:

 $ flutter 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.1

Alternatively, your editor might support dart pub get or flutter 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
160
pub points
55%
popularity

Publisher

verified publisherhugop.cl

Small component that encapsulates an application's scenario logic.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta, sealed_result

More

Packages that depend on generic_usecase