pull/284/head
haroon amjad 2 weeks ago
parent bd89a840a0
commit 782cd01b4b

@ -42,6 +42,7 @@
tools:node="remove" /> tools:node="remove" />
<!-- Gallery/Photo permissions for Android 13+ (API 33+) --> <!-- Gallery/Photo permissions for Android 13+ (API 33+) -->
<!-- <uses-permission android:name="android.permission.READ_MEDIA_IMAGES" tools:node="remove" />-->
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" /> <uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" tools:node="remove" /> <uses-permission android:name="android.permission.READ_MEDIA_VIDEO" tools:node="remove" />

@ -1814,7 +1814,7 @@
"bloodDonationService": "التبرع \n بالدم", "bloodDonationService": "التبرع \n بالدم",
"bookAppointmentService": "حجز\nموعد", "bookAppointmentService": "حجز\nموعد",
"pinchToZoom": "اضغط للتكبير", "pinchToZoom": "اضغط للتكبير",
"gotIt": "فهمت", "gotIt": "حسنا",
"zoomIntoDetails": "قم بالتكبير لرؤية التفاصيل", "zoomIntoDetails": "قم بالتكبير لرؤية التفاصيل",
"pinchWithTwoFingersToZoom": "اضغط بإصبعين للتكبير", "pinchWithTwoFingersToZoom": "اضغط بإصبعين للتكبير",
"dragToMoveAround": "اسحب للتحرك", "dragToMoveAround": "اسحب للتحرك",

@ -44,8 +44,8 @@ class _OrganSelectorPageState extends State<OrganSelectorPage> {
} }
Future<void> _checkAndShowTutorial() async { Future<void> _checkAndShowTutorial() async {
final hasSeenTutorial = cacheService.getBool(key: CacheConst.organSelectorTutorialShown) ?? false; // final hasSeenTutorial = cacheService.getBool(key: CacheConst.organSelectorTutorialShown) ?? false;
if (!hasSeenTutorial) { // if (!hasSeenTutorial) {
// Show tutorial after a short delay to ensure the screen is fully built // Show tutorial after a short delay to ensure the screen is fully built
await Future.delayed(const Duration(milliseconds: 500)); await Future.delayed(const Duration(milliseconds: 500));
if (mounted) { if (mounted) {
@ -53,7 +53,7 @@ class _OrganSelectorPageState extends State<OrganSelectorPage> {
_showTutorial = true; _showTutorial = true;
}); });
} }
} // }
} }
void _onTutorialComplete() async { void _onTutorialComplete() async {

@ -2,8 +2,8 @@ name: hmg_patient_app_new
description: "New HMG Patient App" description: "New HMG Patient App"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.20+19 #version: 0.0.22+21
#version: 0.0.1+18 version: 0.0.1+20
environment: environment:
sdk: ">=3.6.0 <4.0.0" sdk: ">=3.6.0 <4.0.0"

Loading…
Cancel
Save