Refactor menu view and add build number and environment label

This commit is contained in:
mohammad
2025-05-12 10:58:16 +03:00
parent 9c6ab888a7
commit 21cad0d9e8
3 changed files with 21 additions and 0 deletions

View File

@ -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();