improvements

development
Sikander Saleem 3 years ago
parent 17633a1d48
commit 6be7eee060

@ -1,5 +1,5 @@
sdk.dir=C:\\Users\\sikander.saleem\\Documents\\Sdks\\android
flutter.sdk=C:\\Users\\sikander.saleem\\Documents\\Sdks\\flutter
sdk.dir=/Users/sikandersaleem/Library/Android/sdk
flutter.sdk=/Users/sikandersaleem/sdks/flutter
flutter.buildMode=debug
flutter.versionName=1.0.0
flutter.versionCode=1

@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>9.0</string>
<string>11.0</string>
</dict>
</plist>

@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {
/* Begin PBXBuildFile section */
@ -203,6 +203,7 @@
/* Begin PBXShellScriptBuildPhase section */
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
@ -239,6 +240,7 @@
};
9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);

@ -49,5 +49,7 @@
<false/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict>
</plist>

@ -71,7 +71,7 @@ class _CountrySelectionBottomSheetState extends State<CountrySelectionBottomShee
topLeft: Radius.circular(12),
topRight: Radius.circular(12),
bottomRight: Radius.circular(12),
bottomLeft: Radius.circular(12),
bottomLeft: Radius.circular(12)
),
),
child: CommonTextFieldWidget(hint: "البحث في البلد", controller: _searchCountryController),
@ -86,7 +86,7 @@ class _CountrySelectionBottomSheetState extends State<CountrySelectionBottomShee
color: Colors.black87.withOpacity(0.3),
),
itemBuilder: (context, index) => ListTile(
title: Text(_filteredCountryList[index].countryNameAr + " (" + _filteredCountryList[index].countryCode + ")"),
title: Text(_filteredCountryList[index].countryNameEn + " (" + _filteredCountryList[index].countryCode + ")"),
dense: true,
onTap: () {
Navigator.pop(context);

@ -433,7 +433,7 @@ class _CommonAppbarState extends State<CommonAppbar> {
_userCopyRight.content,
maxLines: 1,
textAlign: TextAlign.right,
style: TextStyle(fontSize: 14, color: Colors.black87),
style: TextStyle(fontSize: 12, color: Colors.black87),
),
SizedBox(width: 8),
Image.network(ApiConsts.baseUrl + _userCopyRight.exposeFilePath, height: 25, width: 30)

@ -20,11 +20,12 @@ version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependency_overrides:
flutter_inappwebview:
git:
url: https://github.com/CodeEagle/flutter_inappwebview
firebase_core_platform_interface: 4.5.1
#dependency_overrides:
# flutter_inappwebview:
# git:
# url: https://github.com/CodeEagle/flutter_inappwebview
dependencies:
flutter:
@ -47,10 +48,11 @@ dependencies:
flutter_slidable: ^0.6.0
record_mp3: ^2.1.0
syncfusion_flutter_pdfviewer: ^19.1.59-beta
firebase_core: ^1.3.0
firebase_core: ^1.24.0
firebase_analytics: ^9.3.6
youtube_player_flutter: ^8.0.0
flutter_html: ^2.2.1
flutter_inappwebview: ^5.7.2+3
dev_dependencies:
flutter_test:

Loading…
Cancel
Save