Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2021-035-CoviDefender
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
1
Merge Requests
1
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
2021-035
2021-035-CoviDefender
Commits
3a6722e7
Commit
3a6722e7
authored
Jul 04, 2021
by
GayaniPKarunaratne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modification in Search even dart file
parent
08235925
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
lib/EAnalyzer/SearchEvent.dart
lib/EAnalyzer/SearchEvent.dart
+10
-4
No files found.
lib/EAnalyzer/SearchEvent.dart
View file @
3a6722e7
...
...
@@ -236,19 +236,25 @@ Widget _buildDate(){
_buildNearToDistrict
(),
SizedBox
(
height:
10
),
_buildNoOfPeople
(),
SizedBox
(
height:
10
),
_buildDate
(),
//
SizedBox(height: 10),
//
_buildDate(),
SizedBox
(
height:
50
),
//Image(image: AssetImage('lib/assets/images/200.gif')),
Image
.
asset
(
'lib/assets/images/200.gif'
,
fit:
BoxFit
.
contain
,
width:
150
,
height:
150
,),
Text
(
'This is a Risk Location'
,
style:
TextStyle
(
fontSize:
20
,
color:
Colors
.
red
[
900
]),),
Center
(
child:
Text
(
'This is a Risk Location'
,
style:
TextStyle
(
fontSize:
25
,
fontWeight:
FontWeight
.
bold
,
color:
Colors
.
red
[
900
]),)),
SizedBox
(
height:
10
),
RaisedButton
(
shape:
RoundedRectangleBorder
(
borderRadius:
BorderRadius
.
circular
(
18.0
),
side:
BorderSide
(
color:
Colors
.
green
[
900
])),
padding:
EdgeInsets
.
all
(
15.0
),
color:
Colors
.
green
,
child:
Text
(
'Check Risk Level'
,
textAlign:
TextAlign
.
center
,
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
2
0
),
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
3
0
),
),
onPressed:
()
{
if
(!
_formKey
.
currentState
.
validate
())
{
...
...
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