Commit 7715ba10 authored by jinzhu's avatar jinzhu

update phobos

parent 78114b96
......@@ -7,12 +7,12 @@ source 'git@git.wanmeizhensuo.com:gengmeiios/GMSpecs.git'
target 'Runner' do
pod 'TMCache'
pod 'Masonry'
pod 'SDWebImage'
pod 'GMCache'
pod 'GMKit'
pod 'GMPhobos'
# pod 'TMCache'
# pod 'Masonry'
# pod 'SDWebImage'
# pod 'GMCache'
# pod 'GMKit'
# pod 'GMPhobos'
flutter_application_path = '../'
......
......@@ -67,13 +67,7 @@ DEPENDENCIES:
- Flutter (from `../.ios/Flutter/engine`)
- flutter_boost (from `../.ios/Flutter/.symlinks/flutter_boost/ios`)
- FlutterPluginRegistrant (from `../.ios/Flutter/FlutterPluginRegistrant`)
- GMCache
- GMKit
- GMPhobos
- Masonry
- native_flutter_transfer_plugin (from `../.ios/Flutter/.symlinks/native_flutter_transfer_plugin/ios`)
- SDWebImage
- TMCache
- xservice_kit (from `../.ios/Flutter/.symlinks/xservice_kit/ios`)
SPEC REPOS:
......@@ -111,6 +105,6 @@ SPEC CHECKSUMS:
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
xservice_kit: a2f1b35addc126fce8687aeb183ab0c1ada5b7f3
PODFILE CHECKSUM: 67a68a060c35a09e6148f9b22d60bf6929b5904e
PODFILE CHECKSUM: da43d7253de180945c825fd8c2ae13ffac2b1bfb
COCOAPODS: 1.7.0
......@@ -67,13 +67,7 @@ DEPENDENCIES:
- Flutter (from `../.ios/Flutter/engine`)
- flutter_boost (from `../.ios/Flutter/.symlinks/flutter_boost/ios`)
- FlutterPluginRegistrant (from `../.ios/Flutter/FlutterPluginRegistrant`)
- GMCache
- GMKit
- GMPhobos
- Masonry
- native_flutter_transfer_plugin (from `../.ios/Flutter/.symlinks/native_flutter_transfer_plugin/ios`)
- SDWebImage
- TMCache
- xservice_kit (from `../.ios/Flutter/.symlinks/xservice_kit/ios`)
SPEC REPOS:
......@@ -111,6 +105,6 @@ SPEC CHECKSUMS:
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
xservice_kit: a2f1b35addc126fce8687aeb183ab0c1ada5b7f3
PODFILE CHECKSUM: 67a68a060c35a09e6148f9b22d60bf6929b5904e
PODFILE CHECKSUM: da43d7253de180945c825fd8c2ae13ffac2b1bfb
COCOAPODS: 1.7.0
......@@ -71,6 +71,16 @@ class _CommentSuggestPageState extends State<CommentSuggestPage> {
FlutterBoost.singleton.closePageForContext(context);
}),
),
floatingActionButton: new FloatingActionButton(
onPressed: () {
print('33333-------');
FlutterBoost.singleton.openPage('second', {});
},
child: new Icon(Icons.add_box),
elevation: 3.0,
highlightElevation: 2.0,
backgroundColor: Colors.red, // 红色
),
body: new SingleChildScrollView(
child: Center(
child: Column(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment