wt1.1b exercise description, bug fixing + custom exercise fix
This commit is contained in:
@@ -17,6 +17,14 @@ class SettingsBloc extends Bloc<SettingsEvent, SettingsState> {
|
||||
|
||||
SettingsBloc({this.context}) : super(SettingsInitial());
|
||||
|
||||
void setLocale(Locale locale) {
|
||||
_locale = locale;
|
||||
}
|
||||
|
||||
Locale getLocale() {
|
||||
return _locale;
|
||||
}
|
||||
|
||||
@override
|
||||
Stream<SettingsState> mapEventToState(
|
||||
SettingsEvent event,
|
||||
|
||||
Reference in New Issue
Block a user