darto_module 0.0.1
darto_module: ^0.0.1 copied to clipboard
Darto Module is an extension for darto that adds support for modular architecture, dependency injection, and automatic route/service organization in a more scalable way
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add darto_moduleThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
darto_module: ^0.0.1Alternatively, 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:darto_module/darto_module.dart';