wegbl_inspector_patch_transformer 0.1.0
wegbl_inspector_patch_transformer: ^0.1.0 copied to clipboard
Transformer allowing the Dart2js generated code to work with WebGL Inspector.
WebGL-Inspector_Patch_Transformer #
Transformer allowing the Dart2js generated code to work with WebGL Inspector.
For a description of the issue see https://code.google.com/p/dart/issues/detail?id=3351
It inserts a few lines of script to the project HTML files to patch the WebGLRenderingContext wrapper returned by WebGL Inspector.
Usage #
Simply add the following lines to your pubspec.yaml:
:::yaml
dependencies:
wegbl_inspector_patch_transformer: any
transformers:
- wegbl_inspector_patch_transformer