build 13
This commit is contained in:
20
lib/main_local.dart
Normal file
20
lib/main_local.dart
Normal file
@@ -0,0 +1,20 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:logging/logging.dart';
|
||||
|
||||
import 'app.dart';
|
||||
import 'config.dart';
|
||||
|
||||
void main() {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
Config(
|
||||
flavor: Flavor.DEV,
|
||||
color: Colors.blue,
|
||||
apiURL: "http://192.168.1.155:7777",
|
||||
// reportURL: "http://petrok.mokkon.com:8091",
|
||||
// reportProjectID: "fcs-dev",
|
||||
// bucketName: "gs://fcs-dev1-us",
|
||||
level: Level.ALL);
|
||||
runApp(App(
|
||||
title: "FCS - Dev local",
|
||||
));
|
||||
}
|
||||
Reference in New Issue
Block a user