Back to Flutter Notebook

flutter_provide

mecury_project/example/flutter_provide/README.md

latest954 B
Original Source

flutter_provide

Provide是Google官方推出的状态管理模式,更多请访问:https://github.com/google/flutter-provide

提示

目前 Provide 的 Stream 还有一些问题,无法手动监听/取消,只能配合 StreamBuilder 进行使用,暂时不推荐直接在实际项目中使用 Provide,具体修复情况请关注这个issue

样例

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.