Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gmalpha_flutter
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile
gmalpha_flutter
Commits
7715ba10
Commit
7715ba10
authored
Jun 05, 2019
by
jinzhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update phobos
parent
78114b96
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
20 deletions
+18
-20
Podfile
.ios/Podfile
+6
-6
Podfile.lock
.ios/Podfile.lock
+1
-7
Manifest.lock
.ios/Pods/Manifest.lock
+1
-7
comment_suggest.dart
lib/comment_suggest.dart
+10
-0
No files found.
.ios/Podfile
View file @
7715ba10
...
...
@@ -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
=
'../'
...
...
.ios/Podfile.lock
View file @
7715ba10
...
...
@@ -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
.ios/Pods/Manifest.lock
View file @
7715ba10
...
...
@@ -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
lib/comment_suggest.dart
View file @
7715ba10
...
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment