refactor: 根据规范重构代码

This commit is contained in:
yifeng.yl
2019-02-19 16:34:41 +08:00
parent 37d2f69044
commit 1ee2901239
101 changed files with 155 additions and 76 deletions

View File

@ -1,6 +1,6 @@
import 'package:flutter/material.dart';
import 'package:flutter_go/model/widget.dart';
import 'package:flutter_go/model/widget.dart';
import './Stack/index.dart' as Stack;
import './IndexedStack/index.dart' as IndexedStack;