Event Management App using Flutter & Appwrite | Edit & Delete Events | Part 4

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 23

  • @satdevlpr
    @satdevlpr Рік тому

    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??

  • @abhaykevat3997
    @abhaykevat3997 3 місяці тому

    i am getting error in create event page and edit_event_page

  • @Caches
    @Caches 8 місяців тому

    Hey I just wanted to know, how can I sort the events by date on my app

  • @May-kc4rp
    @May-kc4rp 11 місяців тому

    Can you please share the code used to activate the share icon and the open with google maps icon. Thanks you.

    • @Snehasis4321
      @Snehasis4321  11 місяців тому +1

      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

  • @sloopybeary
    @sloopybeary 8 місяців тому

    Is this can be download by everyone, like app in google play store which they just can download it?

    • @Snehasis4321
      @Snehasis4321  8 місяців тому

      i have not published this app on playstore.

    • @sloopybeary
      @sloopybeary 8 місяців тому

      How can i publish this app?

    • @Snehasis4321
      @Snehasis4321  8 місяців тому

      There are various steps involved please read this please read this for more :
      developer.android.com/studio/publish

  • @manarsabri6862
    @manarsabri6862 11 місяців тому

    How did you download pictures in the gallery?

    • @Snehasis4321
      @Snehasis4321  11 місяців тому +1

      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.

  • @May-kc4rp
    @May-kc4rp 11 місяців тому

    Have you written a report on the project. If yes, please share it with us.

    • @Snehasis4321
      @Snehasis4321  11 місяців тому +1

      No i don't have any report on this project.

  • @abhaykevat3997
    @abhaykevat3997 3 місяці тому

    pls make uber or rapido clone app

  • @abhaykevat3997
    @abhaykevat3997 3 місяці тому

    Index out of range: index should be less than 3: 3

    • @Snehasis4321
      @Snehasis4321  3 місяці тому

      You are doing something wrong, with is error message I cannot tell where you are facing the error, give me some more context.

  • @manohar.acharya
    @manohar.acharya Рік тому

    Hey can you make student or employee management app using SQL data base?

    • @Snehasis4321
      @Snehasis4321  Рік тому +1

      Ok , I am adding this to my to-do list, but it will take time.

  • @Ev20
    @Ev20 Рік тому +1

    next?

  • @manohar.acharya
    @manohar.acharya Рік тому +1

    Hey can you also please add payment gateway if the event is paid