update on settings and customer background
This commit is contained in:
parent
05c3208cad
commit
6424e82d54
18 changed files with 227 additions and 42 deletions
5
lib/blocs/language/language_state.dart
Normal file
5
lib/blocs/language/language_state.dart
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class LanguageState {
|
||||
final String value;
|
||||
|
||||
LanguageState(this.value);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue