darto_module 0.0.1 copy "darto_module: ^0.0.1" to clipboard
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_module

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

dependencies:
  darto_module: ^0.0.1

Alternatively, 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';
1
likes
130
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

darto, flutter, injectfy

More

Packages that depend on darto_module