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
e8679a76
Commit
e8679a76
authored
Nov 01, 2023
by
Wijegunarathna K. P. S. G. G.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add product name to the welcome page.
parent
091e23b1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
1 deletion
+25
-1
Frontend/lib/main.dart
Frontend/lib/main.dart
+1
-1
Frontend/lib/pages/Home.dart
Frontend/lib/pages/Home.dart
+12
-0
Frontend/lib/pages/Welcome.dart
Frontend/lib/pages/Welcome.dart
+12
-0
No files found.
Frontend/lib/main.dart
View file @
e8679a76
...
@@ -43,7 +43,7 @@ class MyApp extends StatelessWidget {
...
@@ -43,7 +43,7 @@ class MyApp extends StatelessWidget {
appbar:
false
,
appbar:
false
,
),
),
'/home'
:
(
context
)
=>
MyTemplate
(
'/home'
:
(
context
)
=>
MyTemplate
(
title:
'
කළ යුතු කාර්යය
'
,
title:
'
මුල්ම පියවර
'
,
child:
Home
(),
child:
Home
(),
bg:
MyStyles
.
cPrimary
,
bg:
MyStyles
.
cPrimary
,
appbar:
true
,
appbar:
true
,
...
...
Frontend/lib/pages/Home.dart
View file @
e8679a76
...
@@ -62,6 +62,18 @@ class _HomeState extends State<Home> {
...
@@ -62,6 +62,18 @@ class _HomeState extends State<Home> {
return
Column
(
return
Column
(
children:
[
children:
[
Text
(
'කල යුතු කාර්යයන්'
,
style:
TextStyle
(
fontSize:
38.0
,
fontWeight:
FontWeight
.
bold
,
color:
MyStyles
.
cWhite
,
),
),
SizedBox
(
width:
250
,
height:
30
,
),
Container
(
Container
(
width:
buttonWidth
,
width:
buttonWidth
,
height:
buttonHeight
,
height:
buttonHeight
,
...
...
Frontend/lib/pages/Welcome.dart
View file @
e8679a76
...
@@ -19,6 +19,18 @@ class _WelcomeState extends State<Welcome> {
...
@@ -19,6 +19,18 @@ class _WelcomeState extends State<Welcome> {
return
Column
(
return
Column
(
children:
[
children:
[
Text
(
'මුල්ම පියවර'
,
style:
TextStyle
(
fontSize:
58.0
,
fontWeight:
FontWeight
.
bold
,
color:
MyStyles
.
cWhite
,
),
),
SizedBox
(
width:
250
,
height:
30
,
),
SizedBox
(
SizedBox
(
width:
200
,
child:
Image
.
asset
(
'assets/images/Home page img.png'
)),
width:
200
,
child:
Image
.
asset
(
'assets/images/Home page img.png'
)),
SizedBox
(
SizedBox
(
...
...
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