jocaaguraarchetype 3.0.0
jocaaguraarchetype: ^3.0.0 copied to clipboard
Paquete base para inicializar rápidamente proyectos Flutter usando Jocaagura Clean Architecture. ⚠️ Este paquete podría ser deprecado. Se recomienda usar directamente jocaagura_domain para una mejor m [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add jocaaguraarchetypeWith Flutter:
$ flutter pub add jocaaguraarchetypeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
jocaaguraarchetype: ^3.0.0Alternatively, 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:jocaaguraarchetype/jocaaguraarchetype.dart';