Thanks Millions for providing such a valuable complete video..Can you make a video on how to use local Caching with respect to appwrite back-end so that local loading of data could become very fast??
this is the code : ElevatedButton.icon( onPressed: () { _launchUrl( "www.google.com/maps/search/?api=1&query=${widget.data.data["location"]}"); }, icon: const Icon(Icons.map), label: const Text("Open in Google Maps")), create a _launchUrl function Future _launchUrl(String url) async { if (!await launchUrl(Uri.parse(url))) { throw Exception('Could not launch $url'); } } for this you need url_launcher package install , use flutter pub add url_launcher
there are several packages that are available like image_downloader , flutter_file_downloader you can use them to save images to download folder to other specific folder.
Thanks Millions for providing such a valuable complete video..Can you make a video on how to use local Caching with respect to appwrite back-end so that local loading of data could become very fast??
I have noted that i will work on it.
i am getting error in create event page and edit_event_page
Hey I just wanted to know, how can I sort the events by date on my app
Can you please share the code used to activate the share icon and the open with google maps icon. Thanks you.
this is the code :
ElevatedButton.icon(
onPressed: () {
_launchUrl(
"www.google.com/maps/search/?api=1&query=${widget.data.data["location"]}");
},
icon: const Icon(Icons.map),
label: const Text("Open in Google Maps")),
create a _launchUrl function Future _launchUrl(String url) async {
if (!await launchUrl(Uri.parse(url))) {
throw Exception('Could not launch $url');
}
} for this you need url_launcher package install , use flutter pub add url_launcher
Is this can be download by everyone, like app in google play store which they just can download it?
i have not published this app on playstore.
How can i publish this app?
There are various steps involved please read this please read this for more :
developer.android.com/studio/publish
How did you download pictures in the gallery?
there are several packages that are available like image_downloader , flutter_file_downloader you can use them to save images to download folder to other specific folder.
Have you written a report on the project. If yes, please share it with us.
No i don't have any report on this project.
pls make uber or rapido clone app
Index out of range: index should be less than 3: 3
You are doing something wrong, with is error message I cannot tell where you are facing the error, give me some more context.
Hey can you make student or employee management app using SQL data base?
Ok , I am adding this to my to-do list, but it will take time.
next?
This is the last part
Hey can you also please add payment gateway if the event is paid