Flutter-learning icon indicating copy to clipboard operation
Flutter-learning copied to clipboard

The built-in library 'dart:ui' is not available on the stand-alone VM.

Open zoubo opened this issue 7 years ago • 1 comments

flutter demo报错The built-in library 'dart:ui' is not available on the stand-alone VM. 'package:flutter/src/material/animated_icons.dart': error: line 9 pos 1: library handler failed import 'dart:ui' as ui show Paint, Path, Canvas;

zoubo avatar Aug 22 '18 08:08 zoubo

导包出的问题

AweiLoveAndroid avatar Sep 01 '18 17:09 AweiLoveAndroid