Commit 77431d19 by user

Flutter Structure

parent 5faca3bb
class ApiNames {
static const API_POST_BASE_URL = 'https://api.1voices.com/';
}
......@@ -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);
......
......@@ -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";
}
......@@ -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,
);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment