Commit 636131ff authored by 朱翠翠's avatar 朱翠翠

注释代码

parent 6ef55888
......@@ -18,8 +18,8 @@ NavigationService navigationService;
bool inProduction = true;
void main() {
inProduction = bool.fromEnvironment("dart.vm.product");
print("DEBUG?? ${inProduction}");
// inProduction = bool.fromEnvironment("dart.vm.product");
// print("DEBUG?? ${inProduction}");
navigationService = NavigationService();
WidgetsFlutterBinding.ensureInitialized();
FlutterError.onError = (FlutterErrorDetails details) async {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment