chore: update Android SDK version to 1.3.42+38, enhance SDUIFormWidget with improved button layout and padding, and remove unused JSON configuration file

This commit is contained in:
2026-01-05 09:24:43 +03:30
parent 6a65aa2883
commit 0f0fa8da09
5 changed files with 83 additions and 676 deletions

View File

@@ -619,6 +619,7 @@ GestureDetector containerChips({
onTap: () => onTap(index),
child: Container(
height: 24.h,
padding: EdgeInsets.symmetric(horizontal: 12.w),
decoration: BoxDecoration(
color: index == selectedIndex
? AppColor.green1Normal