Commit a9840438 authored by ouxiang's avatar ouxiang

img channel test

parent 492fe1a9
......@@ -40,7 +40,6 @@ class _AssestPlatformChannelState extends State<AssestPlatformChannel> {
void _onEvent(Object event) {
_imageData = event;
print(event.runtimeType);
Image.memory(event);
setState(() {
});
}
......
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