[Flutter] lib/main.dart:1: Warning: Interpreting this as package URI, 'package:flutter_app/main.dart'.
时间:2019-02-24 23:27:51
收藏:0
阅读:1730
lib/main.dart:1: Warning: Interpreting this as package URI, ‘package:flutter_app/main.dart‘.
import ‘dart:ui‘ as ui show Paint, Path, Canvas;
解决:

Link: https://www.cnblogs.com/farwish/p/10428661.html
原文:https://www.cnblogs.com/farwish/p/10428661.html
评论(0)