qinject 1.4.4 copy "qinject: ^1.4.4" to clipboard
qinject: ^1.4.4 copied to clipboard

A fast, flexible, IoC library for Dart and Flutter with support for both Dependency Injection and Service Locator

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add qinject

With Flutter:

 $ flutter pub add qinject

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

dependencies:
  qinject: ^1.4.4

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:qinject/qinject.dart';
10
likes
140
pub points
0%
popularity

Publisher

verified publishercomradequinn.com

A fast, flexible, IoC library for Dart and Flutter with support for both Dependency Injection and Service Locator

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

More

Packages that depend on qinject