Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
Flutter_Project_Structure
Project
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
Maria
Flutter_Project_Structure
Commits
77431d19
Commit
77431d19
authored
Jan 28, 2022
by
user
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Flutter Structure
parent
5faca3bb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
290 deletions
+1
-290
apiPathConstants.dart
lib/Constants/apiPathConstants.dart
+1
-0
colorConstants.dart
lib/Constants/colorConstants.dart
+0
-27
sharedPrefKeys.dart
lib/Constants/sharedPrefKeys.dart
+0
-4
styles.dart
lib/Constants/styles.dart
+0
-259
No files found.
lib/Constants/apiPathConstants.dart
View file @
77431d19
class
ApiNames
{
static
const
API_POST_BASE_URL
=
'https://api.1voices.com/'
;
}
lib/Constants/colorConstants.dart
View file @
77431d19
...
...
@@ -4,33 +4,6 @@ class CustColors {
static
const
DarkBlue
=
Color
(
0xff4e1d56
);
static
const
FacebookBlue
=
Color
(
0xff3b5a9b
);
static
const
LightGray
=
Color
(
0xffededed
);
static
const
BlackishBlue
=
Color
(
0xff463f3f
);
static
const
TextGray
=
Color
(
0xff463f3f
);
static
const
LightRose
=
Color
(
0xfffef2f2
);
static
const
LightDarkGray
=
Color
(
0xff707070
);
static
const
OffWhite
=
Color
(
0xffaaaaaa
);
static
const
Grey
=
Color
(
0xff989898
);
static
const
Radio
=
Color
(
0xfffeb0ac
);
static
const
followBtn
=
Color
(
0xff4ed1be
);
static
const
LightDarkBlue
=
Color
(
0xff652d6a
);
static
const
DarkGreen
=
Color
(
0xff47c2b0
);
static
const
Donation
=
Color
(
0xff192356
);
static
const
DarkBlueLight
=
Color
(
0xff53295a
);
static
const
OffWhiteGrey
=
Color
(
0xffbab8ce
);
static
const
blueProfilePhoneEmailText
=
Color
(
0xff454a74
);
static
const
greenProfileEmailVerifiedText
=
Color
(
0xff47c2b0
);
static
const
redProfileEmailNotVerifiedText
=
Color
(
0xffed0808
);
static
const
blueLight
=
Color
(
0xff454a74
);
static
const
lightgreyOff
=
Color
(
0xffEEEDF2
);
static
const
chatMsgTodayboxcolor
=
Color
(
0xfffceae9
);
static
const
chatMsgReciverboxcolor
=
Color
(
0xfffaeded
);
static
const
chatMsgReciverdarkblueOff
=
Color
(
0xff4e1d56
);
static
const
chatMsgReciverlightblueOff
=
Color
(
0xff454a74
);
...
...
lib/Constants/sharedPrefKeys.dart
View file @
77431d19
...
...
@@ -10,9 +10,5 @@ class SharedPrefKey {
static
const
PROFILE_IMAGE
=
"profileImage"
;
static
const
USER_NAME
=
"user_name"
;
static
const
USER_TYPE
=
"user_type"
;
static
const
BANNERAD
=
"bannerad"
;
}
lib/Constants/styles.dart
View file @
77431d19
...
...
@@ -9,263 +9,4 @@ class Styles {
fontSize:
30
,
color:
CustColors
.
DarkBlue
,
);
static
const
textHeadNormalBlue13
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
normal
,
fontSize:
15
,
color:
CustColors
.
DarkBlue
,
);
static
const
textNormalLightDarkGray
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
normal
,
fontSize:
12
,
color:
CustColors
.
LightDarkGray
,
);
static
const
signUpBoldBlue
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
bold
,
fontSize:
13
,
color:
CustColors
.
DarkBlue
,
);
static
const
homeCategoryNameswhite
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
w300
,
fontSize:
12
,
color:
Colors
.
white
,
);
static
const
homeFilterText
=
TextStyle
(
fontFamily:
'Formular'
,
color:
CustColors
.
TextGray
,
fontSize:
16
,
fontWeight:
FontWeight
.
normal
);
static
const
homeCategoryTitlewhite
=
TextStyle
(
fontFamily:
'Formular'
,
color:
Colors
.
white
,
fontSize:
16
,
fontWeight:
FontWeight
.
w300
);
static
const
textNormalwhite12
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
w200
,
fontSize:
12
,
color:
Colors
.
white
,
);
static
const
textBoldwhite18
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
normal
,
fontSize:
18
,
color:
Colors
.
white
,
);
static
const
casesBoldBlue
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
w300
,
fontSize:
25
,
color:
CustColors
.
DarkBlue
,
);
static
const
textHeadNormalBlue22
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
w600
,
fontSize:
22
,
color:
CustColors
.
DarkBlue
,
);
static
const
textBoldwhite14
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
normal
,
fontSize:
14
,
color:
Colors
.
white
,
);
static
const
textHeadNormalBlue17
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
w600
,
fontSize:
16
,
color:
CustColors
.
Donation
,
);
static
const
textHeadNormalBlue25
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
w600
,
fontSize:
25
,
color:
CustColors
.
DarkBlueLight
,
);
static
const
addCaseCategoryNamesBlue
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
w300
,
fontSize:
12
,
color:
CustColors
.
DarkBlueLight
,
);
static
const
errorSearchNamesBlue
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
bold
,
fontSize:
13
,
color:
CustColors
.
redProfileEmailNotVerifiedText
,
);
static
const
textVerificationFileBlue25
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
w600
,
fontSize:
18
,
color:
CustColors
.
BlackishBlue
,
);
static
const
textHeadAddCommentBlue
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
normal
,
fontSize:
28
,
color:
CustColors
.
DarkBlue
,
);
static
const
textHeadProfileGray
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
normal
,
fontSize:
18
,
color:
CustColors
.
OffWhiteGrey
,
);
static
const
textBlueProfilePhoneEmail
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
normal
,
fontSize:
16
,
color:
CustColors
.
blueProfilePhoneEmailText
,
);
static
const
textProfileAcctInfoBlue25
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
w600
,
fontSize:
21
,
color:
CustColors
.
LightDarkBlue
,
);
static
const
textProfileNameBlue25
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
normal
,
fontSize:
23
,
color:
CustColors
.
LightDarkBlue
,
);
static
const
textProfileEditBoldwhite18
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
w600
,
fontSize:
20
,
color:
Colors
.
white
,
);
static
const
textWalkthroughNameBlue25
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
normal
,
fontSize:
21
,
color:
CustColors
.
LightDarkBlue
,
);
static
const
textHomePageAlertText1Blue25
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
w400
,
fontSize:
16
,
color:
CustColors
.
LightDarkBlue
,
);
static
const
textHomePageAlertText0Blue25
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
w400
,
fontSize:
14
,
color:
CustColors
.
LightDarkBlue
,
);
static
const
textHomePageAlertText00Blue25
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
bold
,
fontSize:
21
,
color:
CustColors
.
DarkBlue
,
);
static
const
textshowAlias18
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
normal
,
fontSize:
10
,
color:
CustColors
.
DarkBlue
,
);
static
const
textProfileAliasNameGray
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
normal
,
fontSize:
13
,
color:
CustColors
.
OffWhiteGrey
,
);
static
const
textProfileHeroPoints
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
normal
,
fontSize:
18
,
color:
CustColors
.
BlackishBlue
,
);
static
const
textProfileRewardPoints
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
w700
,
fontSize:
31
,
color:
CustColors
.
DarkBlue
,
);
static
const
textFollowerDisplayNameBlue25
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
w500
,
fontSize:
14
,
color:
CustColors
.
DarkBlue
,
);
static
const
textFollowerDisplayNamenormal
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
normal
,
fontSize:
10
,
color:
Colors
.
white
,
);
static
const
texthidedarknormal
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
normal
,
fontSize:
10
,
color:
CustColors
.
DarkBlue
,
);
static
const
textDonationLightDarkGray
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
normal
,
fontSize:
15
,
color:
CustColors
.
LightDarkGray
,
);
static
const
textFolloweremailId
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
normal
,
fontSize:
10
,
color:
Colors
.
grey
,
);
static
const
textRecentChatDisplayNameBlue25
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
w500
,
fontSize:
16
,
color:
CustColors
.
DarkBlue
,
);
static
const
textRecentChatMessage
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
normal
,
fontSize:
13
,
color:
Colors
.
grey
,
);
static
const
textHeadNormalRed25
=
TextStyle
(
fontFamily:
'Formular'
,
fontWeight:
FontWeight
.
w600
,
fontSize:
25
,
color:
Colors
.
red
,
);
}
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