feat(add 这些组件:1.canvas 2. cricleProgressBarPainter 3.PainterPath 4. PainterSketch): add 这些组件:1.canva

add 这些组件:1.canvas 2. cricleProgressBarPainter 3.PainterPath 4. PainterSketch
This commit is contained in:
ryan
2019-01-30 21:31:14 +08:00
parent debf73b953
commit 587f2ac183
16 changed files with 970 additions and 1 deletions

View File

@ -20,6 +20,7 @@ class _FullScreenCodeDialogState extends State<FullScreenCodeDialog> {
@override
void didChangeDependencies() {
print('widget.filePath=======${widget.filePath}');
getExampleCode(context,'${widget.filePath}', DefaultAssetBundle.of(context))
.then<void>((String code) {
if (mounted) {