You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Injecting and passing Settings everywhere (mostly to translate species names) is becoming tedious.
Just put a ChangeNotifierProvider all the way at the top level so a change in Settings rebuilds everything. If no Profile is currently selected, we can still provide some default Settings (or null if we're feeling lucky).
The text was updated successfully, but these errors were encountered:
Injecting and passing
Settings
everywhere (mostly to translate species names) is becoming tedious.Just put a
ChangeNotifierProvider
all the way at the top level so a change inSettings
rebuilds everything. If no Profile is currently selected, we can still provide some defaultSettings
(ornull
if we're feeling lucky).The text was updated successfully, but these errors were encountered: