File tree 5 files changed +206
-193
lines changed
presentation/leaves_and_rebate/components
5 files changed +206
-193
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ android {
53
53
defaultConfig {
54
54
applicationId " in.ac.iitr.mdg.appetizer"
55
55
minSdkVersion 21
56
- targetSdkVersion flutter . targetSdkVersion
56
+ targetSdkVersion 34
57
57
versionCode flutterVersionCode. toInteger()
58
58
versionName flutterVersionName
59
59
}
Original file line number Diff line number Diff line change 1
1
class EnvironmentConfig {
2
2
static const String BASE_URL = String .fromEnvironment (
3
3
'BASE_URL' ,
4
- defaultValue: 'https://appetizer.onrender.com ' ,
4
+ defaultValue: 'https://mess.iitr.ac.in ' ,
5
5
);
6
6
7
7
static const String OAUTH_CLIENT_ID = String .fromEnvironment (
@@ -11,7 +11,7 @@ class EnvironmentConfig {
11
11
12
12
static const String OAUTH_REDIRECT_URI = String .fromEnvironment (
13
13
'OAUTH_REDIRECT_URI' ,
14
- defaultValue: 'https://appetizer.onrender.com/ oauth/' ,
14
+ defaultValue: 'https://mess.iitr.ac.in/api/user/ oauth/redirect /' ,
15
15
);
16
16
17
17
static const String SENTRY_DSN = String .fromEnvironment ('SENTRY_DSN' );
Original file line number Diff line number Diff line change @@ -98,9 +98,9 @@ class _MonthlyRebatesState extends State<MonthlyRebates> {
98
98
onTap: () async {
99
99
DateTime ? newDateTime = await showMonthPicker (
100
100
context: context,
101
- headerColor: AppTheme .primary,
102
- selectedMonthBackgroundColor : AppTheme .primary,
103
- unselectedMonthTextColor: AppTheme .primary,
101
+ // headerColor: AppTheme.primary,
102
+ // selectedMonthStyle: TextStyle(color: AppTheme.primary) ,
103
+ // unselectedMonthTextColor: AppTheme.primary,
104
104
confirmWidget: const Text (
105
105
'OK' ,
106
106
style: TextStyle (color: AppTheme .primary),
You can’t perform that action at this time.
0 commit comments