From 287dcf3482f95aab42e98a3fe32481bc27139f72 Mon Sep 17 00:00:00 2001 From: Sultan khan Date: Wed, 8 Apr 2026 10:05:25 +0300 Subject: [PATCH] updates --- android/app/build.gradle.kts | 2 +- .../rate_appointment/rate_appointment_doctor.dart | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 347ab714..81543587 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -34,7 +34,7 @@ android { defaultConfig { applicationId = "com.cloudsolutions.HMGPatientApp" // minSdk = 24 - minSdk = 26 + minSdk = 29 targetSdk = 35 compileSdk = 36 // targetSdk = flutter.targetSdkVersion diff --git a/lib/presentation/rate_appointment/rate_appointment_doctor.dart b/lib/presentation/rate_appointment/rate_appointment_doctor.dart index b9a6c587..02457347 100644 --- a/lib/presentation/rate_appointment/rate_appointment_doctor.dart +++ b/lib/presentation/rate_appointment/rate_appointment_doctor.dart @@ -143,12 +143,7 @@ class _RateAppointmentDoctorState extends State { maxLines: 4, decoration: InputDecoration.collapsed( hintText: LocaleKeys.notes.tr(context: context), - hintStyle: TextStyle( - fontSize: 16, - fontWeight: FontWeight.w600, - color: Color(0xff2B353E), - letterSpacing: -0.64, - height: 23 / 16)), + ), onChanged: (value) { setState(() { note = value;