kiwi_ce 6.0.0 copy "kiwi_ce: ^6.0.0" to clipboard
kiwi_ce: ^6.0.0 copied to clipboard

A simple yet efficient dependency injection container for Dart and Flutter (can be coupled with the kiwi_generator package).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add kiwi_ce

With Flutter:

 $ flutter pub add kiwi_ce

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

dependencies:
  kiwi_ce: ^6.0.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:kiwi_ce/kiwi_ce.dart';
0
likes
150
points
9
downloads

Documentation

API reference

Publisher

verified publisherherisetiawan.id

Weekly Downloads

A simple yet efficient dependency injection container for Dart and Flutter (can be coupled with the kiwi_generator package).

Repository (GitHub)
View/report issues

Topics

#deep-linking #dependency-injector #containers

License

MIT (license)

Dependencies

meta

More

Packages that depend on kiwi_ce