Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
medapp_eksad
Project
Project
Details
Activity
Releases
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
qorri_di
medapp_eksad
Commits
be5db7ae
Commit
be5db7ae
authored
2 years ago
by
r.manan@eksad.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
e73170a3
0b15aada
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
306 additions
and
0 deletions
+306
-0
bg-medapp.png
assets/images/bg-medapp.png
+0
-0
eksad.jpg
assets/logo/eksad.jpg
+0
-0
login.dart
lib/login.dart
+304
-0
main.dart
lib/main.dart
+2
-0
No files found.
assets/images/bg-medapp.png
0 → 100644
View file @
be5db7ae
859 KB
This diff is collapsed.
Click to expand it.
assets/logo/eksad.jpg
0 → 100644
View file @
be5db7ae
11.3 KB
This diff is collapsed.
Click to expand it.
lib/login.dart
0 → 100644
View file @
be5db7ae
This diff is collapsed.
Click to expand it.
lib/main.dart
View file @
be5db7ae
import
'package:flutter/material.dart'
;
import
'package:flutter/material.dart'
;
import
'package:medapp_eksad/homepage.dart'
;
import
'package:medapp_eksad/homepage.dart'
;
import
'package:medapp_eksad/login.dart'
;
import
'package:medapp_eksad/screen/contact_us/contact_us.dart'
;
import
'package:medapp_eksad/screen/contact_us/contact_us.dart'
;
import
'package:medapp_eksad/screen/solution.dart'
;
import
'package:medapp_eksad/screen/solution.dart'
;
...
@@ -21,6 +22,7 @@ class MyApp extends StatelessWidget {
...
@@ -21,6 +22,7 @@ class MyApp extends StatelessWidget {
'/about'
:
(
context
)
=>
const
HomePage
(),
'/about'
:
(
context
)
=>
const
HomePage
(),
'/solutions'
:
(
context
)
=>
const
Solutions
(),
'/solutions'
:
(
context
)
=>
const
Solutions
(),
'/contact'
:
(
context
)
=>
const
ContactUs
(),
'/contact'
:
(
context
)
=>
const
ContactUs
(),
'/login'
:
(
context
)
=>
const
login
(),
},
},
);
);
}
}
...
...
This diff is collapsed.
Click to expand it.
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