Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
StoreMonitor
Overview
Overview
Details
Activity
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
Ramesh Babu Puvvadi
StoreMonitor
Commits
64f962fe
Commit
64f962fe
authored
Dec 14, 2023
by
Ramesh Babu Puvvadi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added new changes
parent
f61d12f0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
3 deletions
+19
-3
Constants.dart
lib/Screens/Constants.dart
+18
-0
Review.dart
lib/Screens/Review.dart
+1
-2
pubspec.yaml
pubspec.yaml
+0
-1
No files found.
lib/Screens/Constants.dart
View file @
64f962fe
...
...
@@ -128,6 +128,24 @@ class Constants {
color:
Colors
.
red
,
);
static
const
TextStyle
LoginbuttonsfontStyle
=
TextStyle
(
fontFamily:
'Poppins'
,
fontSize:
16
,
fontWeight:
FontWeight
.
normal
,
color:
Color
.
fromARGB
(
255
,
12
,
18
,
22
),
);
static
const
TextStyle
LoginuseridStyle
=
TextStyle
(
fontFamily:
'Poppins'
,
fontSize:
16
,
fontWeight:
FontWeight
.
normal
,
color:
Color
.
fromARGB
(
255
,
228
,
240
,
255
),
);
static
Future
<
void
>
showAlertDialog1
(
BuildContext
context
)
async
{
AlertDialog
alert
=
const
AlertDialog
(
content:
Row
(
...
...
lib/Screens/Review.dart
View file @
64f962fe
...
...
@@ -20,7 +20,6 @@ class Review extends StatefulWidget {
//const Review({super.key});
final
String
message
;
final
String
selecteddate
;
const
Review
({
super
.
key
,
required
this
.
message
,
required
this
.
selecteddate
});
@override
...
...
@@ -51,7 +50,7 @@ class _Review extends State<Review> {
late
String
imp
;
Key
carouselKey
=
UniqueKey
();
bool
pressed
=
false
;
bool
pressed1
=
false
;
bool
pressed1
=
false
;
Color
black
=
Colors
.
black
;
Color
black1
=
Colors
.
black
;
Color
black2
=
Colors
.
black
;
...
...
pubspec.yaml
View file @
64f962fe
...
...
@@ -98,7 +98,6 @@ flutter:
-
assets/images/command_center.png
-
assets/images/audit.png
-
assets/images/info.png
# - assets/images/infor.png
-
assets/images/emp.png
#- assets/images/green.png
-
assets/images/red.png
...
...
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