mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 18:34:55 +00:00
Refactor menu view and add build number and environment label
This commit is contained in:
@ -9,6 +9,9 @@ import 'package:syncrow_app/utils/bloc_observer.dart';
|
||||
import 'package:syncrow_app/utils/helpers/localization_helpers.dart';
|
||||
import 'my_app.dart';
|
||||
|
||||
|
||||
const String buildNumber = '1.0.30+17';
|
||||
|
||||
void main() {
|
||||
//to observe the state of the blocs in the output console
|
||||
Bloc.observer = MyBlocObserver();
|
||||
|
||||
Reference in New Issue
Block a user