jocaagura_domain 1.35.0
jocaagura_domain: ^1.35.0 copied to clipboard
A package with domain models for all transversal applications
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add jocaagura_domainThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
jocaagura_domain: ^1.35.0Alternatively, 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:jocaagura_domain/jocaagura_domain.dart';