wackyapps / flutter_scoped_model01

Flutter example using scoped model and updating 3 widgets using counter app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scoped_model_01

A new Flutter example showing how to use scoped modal to manage state of more than one widgets in tree all updating state using scoped model.

Getting Started

In this flutter example I am using Flutter Scopped Model. There are 3 child widgets used in this example under ScopedModelDescendant showing how using scoped model in flutter app makes it easy to update child widgets wrapped under ScopedModel

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

About

Flutter example using scoped model and updating 3 widgets using counter app


Languages

Language:Dart 77.7%Language:Objective-C 14.9%Language:Java 7.4%