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
5317d055
Commit
5317d055
authored
Sep 09, 2022
by
Fikri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
menambahkan register_pic
parent
ea7b614f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
550 additions
and
2 deletions
+550
-2
main.dart
lib/main.dart
+3
-1
register_pic.dart
lib/register_pic.dart
+546
-0
home4.dart
lib/screen/home/home4.dart
+1
-1
No files found.
lib/main.dart
View file @
5317d055
...
...
@@ -4,6 +4,7 @@ import 'package:medapp_eksad/dashboard/admin/main_dashboard_admin.dart';
import
'package:medapp_eksad/homepage.dart'
;
import
'package:medapp_eksad/login.dart'
;
import
'package:medapp_eksad/register.dart'
;
import
'package:medapp_eksad/register_pic.dart'
;
import
'package:medapp_eksad/screen/contact_us/contact_us.dart'
;
import
'package:medapp_eksad/screen/solution.dart'
;
import
'package:medapp_eksad/screen_user/demo_user.dart'
;
...
...
@@ -30,7 +31,8 @@ class MyApp extends StatelessWidget {
'/register'
:
(
context
)
=>
const
Register
(),
'/dashboard'
:
(
context
)
=>
const
DashboardAdmin
(),
'/reset_password'
:
(
context
)
=>
const
ForgotPassword
(),
'/demo'
:
(
context
)
=>
const
DemoUser
()
'/demo'
:
(
context
)
=>
const
DemoUser
(),
'/register_pic'
:
(
context
)
=>
const
RegisterPic
(),
},
);
}
...
...
lib/register_pic.dart
0 → 100644
View file @
5317d055
This diff is collapsed.
Click to expand it.
lib/screen/home/home4.dart
View file @
5317d055
...
...
@@ -125,7 +125,7 @@ class Home4 extends StatelessWidget {
width
:
180
,
child:
ElevatedButton
(
onPressed:
(){
Navigator
.
pushNamed
(
context
,
'/register'
);
Navigator
.
pushNamed
(
context
,
'/register
_pic
'
);
},
style:
ElevatedButton
.
styleFrom
(
primary:
Colors
.
blue
[
900
],
...
...
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