An open API service indexing awesome lists of open source software.

https://github.com/minikin/dependency_injection_flutter

🦠Dependency Injection Made Simple
https://github.com/minikin/dependency_injection_flutter

android dart dependency-injection design-pattern flutter ios macos software-engineering

Last synced: about 2 months ago
JSON representation

🦠Dependency Injection Made Simple

Awesome Lists containing this project

README

          


Dependency Injection Made Simple



Darty is released under the MIT license.


Current Build Status.


PRs welcome!

## Contents

- [Contents](#contents)
- [📋 Requirements](#-requirements)
- [🎉 Run](#-run)
- [🎯 Example](#-example)
- [⛑ FAQ](#-faq)
- [📄 License](#-license)

## 📋 Requirements

- Flutter: the latest version on `flutter beta channel`
- Dart: 2.8.4+
- Xcode: 11.4.0+
- Androind Studio 4.0.0+
- Ruby: 2.6.0+
- CocoaPods: 1.8.4+
- Flutter & Dart plugins:
- [Visual Studio Code](https://flutter.dev/docs/get-started/editor?tab=androidstudio)
- [Android Studio / IntelliJ](https://flutter.dev/docs/get-started/editor?tab=vscode)

## 🎉 Run

```sh
git clone https://github.com/minikin/dependency_injection_flutter.git && cd dependency_injection_flutter && flutter run
```

## 🎯 Example

**WIP**

## ⛑ FAQ

If you have any questions ping me on twitter: [@minikin](https://twitter.com/minikin)

## 📄 License

Project is available under the MIT license.
See the [LICENSE](https://github.com/minikin/dependency_injection_flutter/blob/master/LICENSE) file for more info.