Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ASD_Detection
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2023-161
ASD_Detection
Commits
79c6045f
Commit
79c6045f
authored
Oct 22, 2023
by
RSRGJN Ananda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Component 2 pronunciation evaluation page
parent
c2ffe57c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
0 deletions
+57
-0
Frontend/lib/pages/Comp2/Comp2page2.dart
Frontend/lib/pages/Comp2/Comp2page2.dart
+57
-0
No files found.
Frontend/lib/pages/Comp2/Comp2page2.dart
0 → 100644
View file @
79c6045f
import
'package:Autism/widgets/ButtonXl.dart'
;
import
'package:flutter/material.dart'
;
import
'package:Autism/MyStyles.dart'
as
MyStyles
;
class
Comp2Page2
extends
StatefulWidget
{
const
Comp2Page2
({
super
.
key
});
@override
State
<
Comp2Page2
>
createState
()
=>
_Comp2Page2State
();
}
class
_Comp2Page2State
extends
State
<
Comp2Page2
>
{
@override
Widget
build
(
BuildContext
context
)
{
void
nextPage
(
String
route
)
{
Navigator
.
pushNamedAndRemoveUntil
(
context
,
route
,(
r
)
=>
false
,
arguments:
{});
}
return
Column
(
children:
[
SizedBox
(
height:
30
,),
ButtonXL
(
route:
'/Comp2Page3'
,
title:
'පින්තූරය 01'
,
bg:
MyStyles
.
cbtnPrimary
,
arguments:
{
'text'
:
'අක්කි එක්ක ආවෙ.'
,
'audio'
:
'assets/comtwo/child05_01.wav'
,
'image'
:
'assets/comtwo/1.jpg'
}
),
SizedBox
(
height:
30
,),
ButtonXL
(
route:
'/Comp2Page3'
,
title:
'පින්තූරය 02'
,
bg:
MyStyles
.
cbtnPrimary
,
arguments:
{
'text'
:
'අක්කා කෙනෙක් ඉන්නවා'
,
'audio'
:
'assets/comtwo/child05_02.wav'
,
'image'
:
'assets/comtwo/2.jpg'
}
),
SizedBox
(
height:
30
,),
ButtonXL
(
route:
'/Comp2Page3'
,
title:
'පින්තූරය 03'
,
bg:
MyStyles
.
cbtnPrimary
,
arguments:
{
'text'
:
'මල්ලි කෙනෙක් ඉන්නවා'
,
'audio'
:
'assets/comtwo/child05_03.wav'
,
'image'
:
'assets/comtwo/3.jpg'
}
),
SizedBox
(
height:
30
,),
ButtonXL
(
route:
'/Comp2Page3'
,
title:
'පින්තූරය 04'
,
bg:
MyStyles
.
cbtnPrimary
,
arguments:
{
'text'
:
'අම්මි එක්ක ආවෙ.'
,
'audio'
:
'assets/comtwo/child05_04.wav'
,
'image'
:
'assets/comtwo/4.jpg'
}
),
SizedBox
(
height:
30
,),
ButtonXL
(
route:
'/Comp2Page3'
,
title:
'පින්තූරය 05'
,
bg:
MyStyles
.
cbtnPrimary
,
arguments:
{
'text'
:
'තාත්ති එක්ක ආවෙ.'
,
'audio'
:
'assets/comtwo/child05_05.wav'
,
'image'
:
'assets/comtwo/5.png'
}
),
SizedBox
(
height:
30
,),
ButtonXL
(
route:
'/Comp2Page3'
,
title:
'පින්තූරය 06'
,
bg:
MyStyles
.
cbtnPrimary
,
arguments:
{
'text'
:
'චොකලට් වලට කැමතියි.'
,
'audio'
:
'assets/comtwo/child05_06.wav'
,
'image'
:
'assets/comtwo/6.png'
}
),
SizedBox
(
height:
30
,),
ButtonXL
(
route:
'/Comp2Page3'
,
title:
'පින්තූරය 07'
,
bg:
MyStyles
.
cbtnPrimary
,
arguments:
{
'text'
:
'තඩි බව්වෙක් ඉන්නවා'
,
'audio'
:
'assets/comtwo/child05_07.wav'
,
'image'
:
'assets/comtwo/7.jpg'
}
),
SizedBox
(
height:
30
,),
ButtonXL
(
route:
'/Results'
,
title:
'අවසාන ප්රතිඵලය'
,
bg:
MyStyles
.
cbtnPrimary
,
arguments:
{
'text'
:
''
,
'audio'
:
''
,
'image'
:
''
}
),
SizedBox
(
height:
30
,),
],
);
}
}
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