https://github.com/kaboc/flutter_provider_examples
Examples of Flutter's provider package
https://github.com/kaboc/flutter_provider_examples
examples flutter provider
Last synced: 3 months ago
JSON representation
Examples of Flutter's provider package
- Host: GitHub
- URL: https://github.com/kaboc/flutter_provider_examples
- Owner: kaboc
- License: mit
- Created: 2019-05-27T09:52:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T10:47:20.000Z (over 5 years ago)
- Last Synced: 2025-04-05T03:41:22.633Z (about 1 year ago)
- Topics: examples, flutter, provider
- Language: Dart
- Homepage: https://qiita.com/kabochapo/items/a90d8438243c27e2f6d9
- Size: 927 KB
- Stars: 41
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Examples of Flutter's provider package
This repository shows how to use the provider package.




Each example is described in my articles below:
* [[Flutter] package:provider の各プロバイダの詳細 - Qiita](https://qiita.com/kabochapo/items/a90d8438243c27e2f6d9)
* [【Flutter】依存オブジェクトの注入 - のんびり精進](https://kabochapo.hateblo.jp/entry/2019/07/01/211953)
See also the official documentation for more detailed information:
* [provider | Flutter Package](https://pub.dev/packages/provider)