``` flutter run -d chrome --dart-define=FLUTTER_WEB_USE_SKIA=true --release ``` Runs DevTools with a few noticeable issues: * [ ] Fonts look off: Canvas Kit:  Normal:  * [x] Platform Views not showing up:  * [x] Charts are not painting right:  * [ ] CanvasKit sometimes runs out of resources and crashes. <img width="574" alt="Screen Shot 2020-03-11 at 4 58 50 PM" src="https://user-images.githubusercontent.com/1226812/76474750-d01ecb00-63b9-11ea-9fc3-dfd288229b0d.png"> https://github.com/flutter/flutter/issues/52447
Runs DevTools with a few noticeable issues:
Fonts look off:


Canvas Kit:
Normal:
Platform Views not showing up:

Charts are not painting right:

CanvasKit sometimes runs out of resources and crashes.

https://github.com/flutter/flutter/issues/52447