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
- Host: GitHub
- URL: https://github.com/minikin/dependency_injection_flutter
- Owner: minikin
- Created: 2019-11-26T09:59:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T21:58:26.000Z (almost 6 years ago)
- Last Synced: 2025-10-29T01:13:35.009Z (8 months ago)
- Topics: android, dart, dependency-injection, design-pattern, flutter, ios, macos, software-engineering
- Language: Dart
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Dependency Injection Made Simple
## 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.