tjbaba2
tjbaba2
I am using this provider ``` dart final saveTournamentFlightsProvider = FutureProvider.family((ref, saveFlights) async { final mutation = ref.watch(saveTournamentFlightsMutation); final data = await mutation.saveFlights( saveFlights.tournamentId!, saveFlights.flights!, saveFlights.flightMembers, ); ref .read(uploadStatusProvider.notifier) .updateStatus(data...
i am trying to add onNextStep function in survey kit but it is demanding the resultFunction. also what i want to do, if the question is of single choice then...
i am getting phone number from contact list using flutter native contact picker, it provides me the number and i want that to be inserted into the intl phone field...