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

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

Awesome Lists containing this project

README

          

# Examples of Flutter's provider package

This repository shows how to use the provider package.

![Screencast1](doc/images/screencast1.gif)
![Screencast2](doc/images/screencast2.gif)
![Screencast3](doc/images/screencast3.gif)
![Screencast4](doc/images/screencast4.gif)

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)