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
e9371a51
Commit
e9371a51
authored
Sep 02, 2022
by
Budi Prasetyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard
parent
1a8fc67b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
4 deletions
+26
-4
admin_contact.dart
lib/dashboard/admin/admin_contact.dart
+20
-2
admin_whatsapp.dart
lib/dashboard/admin/admin_whatsapp.dart
+6
-2
No files found.
lib/dashboard/admin/admin_contact.dart
View file @
e9371a51
...
@@ -56,14 +56,32 @@ class _Dashboard4State extends State<Dashboard4> {
...
@@ -56,14 +56,32 @@ class _Dashboard4State extends State<Dashboard4> {
padding:
const
EdgeInsets
.
all
(
30.0
),
padding:
const
EdgeInsets
.
all
(
30.0
),
child:
Container
(
child:
Container
(
padding:
const
EdgeInsets
.
symmetric
(
horizontal:
10
),
padding:
const
EdgeInsets
.
symmetric
(
horizontal:
10
),
decoration:
BoxDecoration
(
borderRadius:
BorderRadius
.
circular
(
20
),
color:
Colors
.
blueAccent
[
200
]),
decoration:
BoxDecoration
(
color:
Colors
.
white60
,
borderRadius:
BorderRadius
.
circular
(
20
),
boxShadow:
[
BoxShadow
(
color:
const
Color
.
fromARGB
(
255
,
10
,
116
,
255
)
.
withAlpha
(
60
),
blurRadius:
5.0
,
spreadRadius:
5.0
,
offset:
const
Offset
(
0.0
,
3.0
,
),
),
]),
child:
Column
(
child:
Column
(
children:
[
children:
[
Container
(
Container
(
height:
screenSize
.
height
*
0.15
,
height:
screenSize
.
height
*
0.15
,
child:
Center
(
child:
Center
(
child:
Text
(
'Data Messages from User'
,
style:
GoogleFonts
.
poppins
(
fontSize:
30
,
fontWeight:
FontWeight
.
w500
),),
child:
Text
(
'Data Messages from User'
,
style:
GoogleFonts
.
poppins
(
height:
1.5
,
fontSize:
31
,
fontWeight:
FontWeight
.
bold
,
color:
Colors
.
blueAccent
[
200
]),),
),
),
),
),
Container
(
Container
(
...
...
lib/dashboard/admin/admin_whatsapp.dart
View file @
e9371a51
...
@@ -78,7 +78,11 @@ class _Dashboard3State extends State<Dashboard3> {
...
@@ -78,7 +78,11 @@ class _Dashboard3State extends State<Dashboard3> {
child:
ListTile
(
child:
ListTile
(
title:
Center
(
title:
Center
(
child:
Text
(
'WhatsApp Admin Number'
,
child:
Text
(
'WhatsApp Admin Number'
,
style:
GoogleFonts
.
poppins
(
height:
1.5
,
fontSize:
31
,
fontWeight:
FontWeight
.
bold
,
color:
Colors
.
green
),
style:
GoogleFonts
.
poppins
(
height:
1.5
,
fontSize:
31
,
fontWeight:
FontWeight
.
bold
,
color:
Colors
.
blueAccent
[
200
]),
),
),
),
),
),
),
...
@@ -89,7 +93,7 @@ class _Dashboard3State extends State<Dashboard3> {
...
@@ -89,7 +93,7 @@ class _Dashboard3State extends State<Dashboard3> {
mainAxisAlignment:
MainAxisAlignment
.
center
,
mainAxisAlignment:
MainAxisAlignment
.
center
,
children:
[
children:
[
Container
(
Container
(
height:
4
5
,
height:
4
8
,
width:
250
,
width:
250
,
child:
TextFormField
(
child:
TextFormField
(
controller:
phoneController
,
controller:
phoneController
,
...
...
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