dime_flutter 0.6.0 copy "dime_flutter: ^0.6.0" to clipboard
dime_flutter: ^0.6.0 copied to clipboard

Flutter support for Dime dependency injection. Will provide scoped widgets and helping methods to use Dime with in Flutter codebase.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dime_flutter

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

dependencies:
  dime_flutter: ^0.6.0

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:dime_flutter/dime_flutter.dart';
2
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Flutter support for Dime dependency injection. Will provide scoped widgets and helping methods to use Dime with in Flutter codebase.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

dime, fimber, flutter

More

Packages that depend on dime_flutter