Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
netrain_flutter_app
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
邹志胜
netrain_flutter_app
Commits
e5f6d4e4
Commit
e5f6d4e4
authored
Jul 08, 2021
by
xuehao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
list_page,配置路由
parent
5728f0a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
list_page.dart
netrain_flutter_app/lib/xuehao/list_page.dart
+1
-1
No files found.
netrain_flutter_app/lib/xuehao/list_page.dart
View file @
e5f6d4e4
...
@@ -55,7 +55,7 @@ class _ListPageState extends State<List_Page> {
...
@@ -55,7 +55,7 @@ class _ListPageState extends State<List_Page> {
),
),
onTap:
()
{
onTap:
()
{
var
data
=
datas
[
position
];
var
data
=
datas
[
position
];
Fluttertoast
.
showToast
(
msg:
"我点击了
"
+
data
.
name
);
Fluttertoast
.
showToast
(
msg:
"我点击了
${data.name}
"
);
},
},
));
));
}
}
...
...
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