diff --git a/ios/Flutter/AppFrameworkInfo.plist b/ios/Flutter/AppFrameworkInfo.plist
index 9625e10..7c56964 100644
--- a/ios/Flutter/AppFrameworkInfo.plist
+++ b/ios/Flutter/AppFrameworkInfo.plist
@@ -21,6 +21,6 @@
CFBundleVersion
1.0
MinimumOSVersion
- 11.0
+ 12.0
diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj
index 1e00913..0577cba 100644
--- a/ios/Runner.xcodeproj/project.pbxproj
+++ b/ios/Runner.xcodeproj/project.pbxproj
@@ -375,7 +375,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
- CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+ CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_TEAM = A89AY6VY4F;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
@@ -508,7 +508,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
- CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+ CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_TEAM = A89AY6VY4F;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
@@ -535,7 +535,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
- CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
+ CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_TEAM = A89AY6VY4F;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
diff --git a/lib/Utils/Common/CommonDropdown.dart b/lib/Utils/Common/CommonDropdown.dart
index 91d0d62..1c07bfd 100644
--- a/lib/Utils/Common/CommonDropdown.dart
+++ b/lib/Utils/Common/CommonDropdown.dart
@@ -535,6 +535,7 @@ class _CustomDropDownRadioState extends State {
widget.onItemSelected(item);
},
child: Column(
+ mainAxisAlignment: MainAxisAlignment.start,
children: [
Row(
children: [
@@ -563,7 +564,7 @@ class _CustomDropDownRadioState extends State {
),
],
),
- SizedBox(height: 5.h),
+ // SizedBox(height: 5.h),
if (index != widget.listData.length - 1)
Divider(thickness: 1, color: const Color(0xFF434A53)),
],
@@ -712,7 +713,7 @@ class _CustomDropDownRadioState extends State {
// thumbVisibility: true,
child: Container(
width: double.infinity,
- height: widget.listData.length > 4 ? 250.h : null,
+ //height: widget.listData.length > 4 ? 250.h : null,
decoration: BoxDecoration(
color: Color(0xFFFFFFFF).withOpacity(0.10),
borderRadius: BorderRadius.vertical(
@@ -728,8 +729,9 @@ class _CustomDropDownRadioState extends State {
],
),
),
- child: ListView(
- shrinkWrap: true,
+ child: Column(
+ // shrinkWrap: true,
+ // reverse: true,
children: _buildDropdownMenuItems(),
),
),
diff --git a/lib/main.dart b/lib/main.dart
index e9a7217..0af1770 100644
--- a/lib/main.dart
+++ b/lib/main.dart
@@ -18,13 +18,15 @@ Future main() async {
SystemChrome.setPreferredOrientations([
DeviceOrientation.portraitUp,
- ]).then(
- (value) =>runApp(MyApp()) /* runApp(StatsFl(
- align: Alignment.center,
- width: 200,
- height: 100,
- child: const MyApp())), */
- );
+ ]).then((value) => runApp(
+
+ //const MyApp()
+ StatsFl(
+ align: Alignment.center,
+ width: 200,
+ height: 100,
+ child: const MyApp())));
+
}
// runApp(