mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-14 17:25:47 +00:00
initialized Application theme
This commit is contained in:
@ -1,8 +1,12 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||
import 'package:syncrow_app/utils/bloc_observer.dart';
|
||||
|
||||
import 'my_app.dart';
|
||||
|
||||
void main() {
|
||||
Bloc.observer = MyBlocObserver();
|
||||
//TODO: Uncomment
|
||||
// runZonedGuarded(() async {
|
||||
// const environment =
|
||||
// String.fromEnvironment('FLAVOR', defaultValue: 'production');
|
||||
@ -10,9 +14,6 @@ void main() {
|
||||
//
|
||||
// HttpOverrides.global = MyHttpOverrides();
|
||||
// WidgetsFlutterBinding.ensureInitialized();
|
||||
// // if (Platform.isAndroid) {
|
||||
// // await AndroidInAppWebViewController.setWebContentsDebuggingEnabled(true);
|
||||
// // }
|
||||
// LicenseRegistry.addLicense(() async* {
|
||||
// final license =
|
||||
// await rootBundle.loadString('assets/fonts/roboto/LICENSE.txt');
|
||||
|
Reference in New Issue
Block a user