[Flutter] lib/main.dart:1: Warning: Interpreting this as package URI, 'package:flutter_app/main.dart'.

lib/main.dart:1: Warning: Interpreting this as package URI, 'package:flutter_app/main.dart'.

import 'dart:ui' as ui show Paint, Path, Canvas;

解决:

[Flutter] lib/main.dart:1: Warning: Interpreting this as package URI, 'package:flutter_app/main.dart'.

Ref: https://*.com/questions/54072544/how-to-solved-dartui-error-when-going-to-run-flutter-app

Link: https://www.cnblogs.com/farwish/p/10428661.html

上一篇:mysql 集群 监控


下一篇:img标签src=""和background-image:url();引发两次请求页面bug