BaseUtil.dart 281 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 /* * @author lsy * @date 2019-10-14 **/ import 'dart:ui'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; const flutterChannel = const MethodChannel('gm_method_channel'); const bool isDebug = ! const bool.fromEnvironment("dart.vm.product");