josiahsrc / dough

This package provides some widgets you can use to create a smooshy UI.
MIT License
703 stars 28 forks source link

Use the Provider package instead of Inherited widget #9

Closed josiahsrc closed 4 years ago

josiahsrc commented 4 years ago

This applies to the DoughRecipe class. It'd be nice if Provider was used instead of InheritedWidget.

Use this to update the rolling sum of the gyro widget and other related functionality.