koin_flutter 0.9.2 copy "koin_flutter: ^0.9.2" to clipboard
koin_flutter: ^0.9.2 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
copied to clipboard

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

dependencies:
  koin_flutter: ^0.9.2
copied to clipboard

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';
copied to clipboard
1
likes
0
points
82
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.07 - 2025.01.19

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, koin

More

Packages that depend on koin_flutter