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
dc75c4e3
Commit
dc75c4e3
authored
May 23, 2019
by
jinzhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
ec72ad98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
18 deletions
+2
-18
input_invite_code_page.dart
lib/input_invite_code_page.dart
+2
-18
No files found.
lib/input_invite_code_page.dart
View file @
dc75c4e3
...
...
@@ -60,23 +60,6 @@ class InputInviteCodeContent extends StatelessWidget {
GestureDetector
(
onLongPress:
()
{
// print("长按------------");
// showDialog(
// context: context,
// builder: (context) {
// return SimpleDialog(children: <Widget>[
// ListTile(
// title: Text("粘贴",style: TextStyle(),),
// onTap: () {
// Future<ClipboardData> data =
// Clipboard.getData('text/plain');
// data.then((value) {
// inviteCodeNotifierData.value = value.text;
// });
// Navigator.of(context).pop();
// })
// ]);
// });
},
child:
Container
(
color:
Colors
.
white
,
...
...
@@ -861,4 +844,4 @@ abstract class InputBorder extends UnderlineInputBorder {
// ..layout(ui.ParagraphConstraints(width: double.infinity));
// textTrueWidth = p.minIntrinsicWidth;
// }
// }
// }
\ No newline at end of file
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