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
d8cab087
Commit
d8cab087
authored
Sep 09, 2022
by
Fikri
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://103.44.149.204/qorridi/medapp_eksad
parents
5c06fa7d
32ba79fb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
appbar_home.dart
lib/appbar/appbar_home.dart
+1
-1
admin_whatsapp.dart
lib/dashboard/admin/admin_whatsapp.dart
+2
-2
main.dart
lib/main.dart
+2
-2
home4.dart
lib/screen/home/home4.dart
+1
-1
No files found.
lib/appbar/appbar_home.dart
View file @
d8cab087
...
...
@@ -63,7 +63,7 @@ AppBar AppbarHomeLarge(Size screenSize, BuildContext context, Color home,
),
),
Container
(
width:
screenSize
.
width
*
0.00
6
,
width:
screenSize
.
width
*
0.00
9
,
),
ElevatedButton
(
onPressed:
()
{
...
...
lib/dashboard/admin/admin_whatsapp.dart
View file @
d8cab087
...
...
@@ -167,11 +167,11 @@ class _Dashboard3State extends State<Dashboard3> {
(
isSuccess
)
{
if
(
isSuccess
)
{
setState
(()
{});
Scaffold
.
of
(
this
.
context
).
showSnackBar
(
Scaffold
Messenger
.
of
(
this
.
context
).
showSnackBar
(
const
SnackBar
(
content:
Text
(
"Input Data success"
)));
}
else
{
Scaffold
.
of
(
this
.
context
).
showSnackBar
(
Scaffold
Messenger
.
of
(
this
.
context
).
showSnackBar
(
const
SnackBar
(
content:
Text
(
"Input Data failed!!!"
)));
}
...
...
lib/main.dart
View file @
d8cab087
...
...
@@ -28,11 +28,11 @@ class MyApp extends StatelessWidget {
'/solutions'
:
(
context
)
=>
const
Solutions
(),
'/contact'
:
(
context
)
=>
const
ContactUs
(),
'/login'
:
(
context
)
=>
const
SignIn
(),
'/register'
:
(
context
)
=>
const
Register
(),
'/register'
:
(
context
)
=>
const
Register
Pic
(),
'/dashboard'
:
(
context
)
=>
const
DashboardAdmin
(),
'/reset_password'
:
(
context
)
=>
const
ForgotPassword
(),
'/demo'
:
(
context
)
=>
const
DemoUser
(),
'/register_pic'
:
(
context
)
=>
const
RegisterPic
(),
//
'/register_pic': (context) => const RegisterPic(),
},
);
}
...
...
lib/screen/home/home4.dart
View file @
d8cab087
...
...
@@ -125,7 +125,7 @@ class Home4 extends StatelessWidget {
width
:
180
,
child:
ElevatedButton
(
onPressed:
(){
Navigator
.
pushNamed
(
context
,
'/register
_pic
'
);
Navigator
.
pushNamed
(
context
,
'/register'
);
},
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