FIX_DOMESTIC_VISA

This commit is contained in:
venbaittech 2025-07-31 10:56:45 +05:30
parent 9c910f020c
commit 8d6b62f0fa
2 changed files with 2 additions and 1 deletions

View File

@ -464,7 +464,7 @@ class FlightScreenState extends State<FlightScreen> {
Map<String, dynamic> data = { Map<String, dynamic> data = {
"trip_type": selectedTripType, "trip_type": selectedTripType,
"comments": textControllers["_comments1Controller"]?.text ?? "", "comments": textControllers["_comments1Controller"]?.text ?? "",
"visa_available": selectedvisa_available, "visa_available": selectedvisa_available ?? "",
"created_by": widget.loginUser, "created_by": widget.loginUser,
"updated_by": widget.loginUser, "updated_by": widget.loginUser,
"trips": trips, "trips": trips,

View File

@ -1945,6 +1945,7 @@ class CreateNewPlansState extends State<CreateNewPlan> {
focusStates["trip_typeFocused"] = hasFocus; focusStates["trip_typeFocused"] = hasFocus;
}); });
}, },
child: GestureDetector( child: GestureDetector(
onTap: () { onTap: () {
// Request focus when user taps // Request focus when user taps