koin_flutter 0.10.0 copy "koin_flutter: ^0.10.0" to clipboard
koin_flutter: ^0.10.0 copied to clipboard

A package to make it easier to use Koin.dart on the Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add koin_flutter

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

dependencies:
  koin_flutter: ^0.10.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:koin_flutter/koin_flutter.dart';
1
likes
30
pub points
61%
popularity

Publisher

unverified uploader

A package to make it easier to use Koin.dart on the Flutter.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, koin

More

Packages that depend on koin_flutter