update: flutter_rookie_book => flutter_go

This commit is contained in:
sanfan.hx
2019-01-12 19:41:03 +08:00
parent 4e20d9c603
commit fbbd1f6731
13 changed files with 17 additions and 17 deletions

View File

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