pull/219/head
Sultan khan 2 days ago
parent c970a3f697
commit 287dcf3482

@ -34,7 +34,7 @@ android {
defaultConfig { defaultConfig {
applicationId = "com.cloudsolutions.HMGPatientApp" applicationId = "com.cloudsolutions.HMGPatientApp"
// minSdk = 24 // minSdk = 24
minSdk = 26 minSdk = 29
targetSdk = 35 targetSdk = 35
compileSdk = 36 compileSdk = 36
// targetSdk = flutter.targetSdkVersion // targetSdk = flutter.targetSdkVersion

@ -143,12 +143,7 @@ class _RateAppointmentDoctorState extends State<RateAppointmentDoctor> {
maxLines: 4, maxLines: 4,
decoration: InputDecoration.collapsed( decoration: InputDecoration.collapsed(
hintText: LocaleKeys.notes.tr(context: context), hintText: LocaleKeys.notes.tr(context: context),
hintStyle: TextStyle( ),
fontSize: 16,
fontWeight: FontWeight.w600,
color: Color(0xff2B353E),
letterSpacing: -0.64,
height: 23 / 16)),
onChanged: (value) { onChanged: (value) {
setState(() { setState(() {
note = value; note = value;

Loading…
Cancel
Save