dime 0.7.0 copy "dime: ^0.7.0" to clipboard
dime: ^0.7.0 copied to clipboard

Dime is Dependency getion for Dart, allows to define modules with signle/creator inejction factories, allows String tagging and simple Scope tree.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dime

With Flutter:

 $ flutter pub add dime

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

dependencies:
  dime: ^0.7.0

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:dime/dime.dart';
5
likes
135
pub points
0%
popularity

Publisher

unverified uploader

Dime is Dependency getion for Dart, allows to define modules with signle/creator inejction factories, allows String tagging and simple Scope tree.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

More

Packages that depend on dime