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

outdated

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.3.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
0
pub points
63%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, koin, provider

More

Packages that depend on koin_flutter