This commit is contained in:
Hamza-Ayed
2024-07-10 17:19:08 +03:00
parent 71e53b3d8d
commit 43eb600fbf
23 changed files with 181 additions and 141 deletions

View File

@@ -72,7 +72,7 @@ class EgyptCardAI extends StatelessWidget {
// controller.responseCriminalRecordEgypt
// .isNotEmpty
)
? Get.height * .5
? Get.height * .7
: Get.height * .85,
child: ListView(
children: [
@@ -1114,7 +1114,7 @@ Please fill in the JSON object with the extracted information, following these g
class VideoButton extends StatelessWidget {
final String videoUrl =
"https://www.youtube.com/watch?v=dQw4w9WgXcQ"; // Replace with your video URL
"https://youtube.com/shorts/fC0RmYH5B_0?feature=share"; // Replace with your video URL
@override
Widget build(BuildContext context) {