robiness / stage_craft

MIT License
5 stars 1 forks source link

Clear out where to put state without a StageConfigurator #30

Closed robiness closed 2 months ago

robiness commented 9 months ago

For example in a date picker the user may not want to create an other DatePickerConfigutator just to store that value in. It's now needed to create a new StatefulWidget just to have the state in, there might be an better solution since we are in a ChangeNotifier.