Flutter Yandex Eats Clone with Firebase, Dart Frog (2024)

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

КОМЕНТАРІ • 48

  • @manishkarki8119
    @manishkarki8119 4 місяці тому +4

    you would surely rock the Flutter community

  • @enqvida
    @enqvida 2 місяці тому

    Thank you for taking the time to provide this truly exceptional tutorial! 💪

  • @Dreamain1102
    @Dreamain1102 4 місяці тому +8

    join our team . you are the best cto.

    • @EmilZulufovIT
      @EmilZulufovIT  4 місяці тому +1

      You can send me your proposal to my email: emilzulufov.commercial@gmail.com. Thanks!

  • @yantech.4249
    @yantech.4249 4 місяці тому +3

    Wow this is amazing. Big thanks sir for your great work

  • @HokDokinz
    @HokDokinz 3 місяці тому +2

    Keep posting videos about flutter sir. Really appreciate your content thank you so much 😊

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

      Thanks for your kind words. I appreciate it.

  • @flutterdevfarm
    @flutterdevfarm 4 місяці тому +2

    Awesome video man !!

  • @pawankumarbairwa7509
    @pawankumarbairwa7509 2 місяці тому +2

    Such nice video

  • @arystanbekjetisy7329
    @arystanbekjetisy7329 3 місяці тому +1

    Thanks for your work! You're the best!

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

      @@arystanbekjetisy7329 Appreciate your words!

  • @Flakemonkey
    @Flakemonkey 4 місяці тому +3

    Excellent material thanks.

  • @msiprime
    @msiprime 4 місяці тому +3

    Our hero.... Star man ❤️❤️❤️

  • @tzcommunity8799
    @tzcommunity8799 3 місяці тому +1

    You real have an awesome tutorial about flutter, cant wait to see more awesome videos abput flutter

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

      Thanks, mate! I am very happy you've liked them.

  • @doneladio99
    @doneladio99 23 дні тому

    Thank you so much for making such a useful video. I would like to ask what is the name of the architecture you used in the project?

    • @EmilZulufovIT
      @EmilZulufovIT  23 дні тому

      You are always welcome! It is my pleasure to share my knowledge with as many people as possible.
      To be honest, idk the official name of the architecture that I use. I tend to call it packages-based architecture.

  • @Abeomar23
    @Abeomar23 2 місяці тому +1

    Thank you for the amazing video, everything is super clear and helpful! ❤ I followed your instructions on deploying to Railway, connected the database, set up all the environment variables, and created the tables using Stormberry. However, I ran into an issue - I can't retrieve the list of restaurants, and the app is giving a 500 error when trying to fetch from "yandexgo-railway,app/api/v1/restaurants". Could you please give me some advice on what might be wrong and where to look for the issue? I'd really appreciate any help!

    • @EmilZulufovIT
      @EmilZulufovIT  2 місяці тому

      Hello! I'm glad you've liked my tutorial! Considering the issue you are facing, please give me more details about the error. If possible, open an issue in the github repository and I'll try to help you.

  • @АмирланАубакиров
    @АмирланАубакиров 4 місяці тому +1

    Thank u for these tutorials, please can u make something like a slack on Flutter,really wanna see some real-time working apps with sockets and how to handle many streams without loosing performance.

    • @manishkarki8119
      @manishkarki8119 4 місяці тому +2

      totally agreed.

    • @EmilZulufovIT
      @EmilZulufovIT  4 місяці тому

      I had an experience building real-time apps with websockets, but they really suck, it's hard to maintain them, at least as I see it. They are a huge bottleneck in the app and a huge pain in the ass.

    • @EmilZulufovIT
      @EmilZulufovIT  4 місяці тому

      The overall idea of the slack clone is noted, I'd be glad to build it in my spare time.

    • @АмирланАубакиров
      @АмирланАубакиров 4 місяці тому

      @@EmilZulufovIT thank u, what the bottleneck of real time apps can u explain really interested in your experience as a developer

    • @EmilZulufovIT
      @EmilZulufovIT  4 місяці тому +1

      @@АмирланАубакиров I should emphasize the bottleneck only using websockets manually. You have to manage a lot of stuff, such as re-connection when app goes from offline to online mode. You have to properly manage instances of websockets on backend. Sometimes you need to streamline data and have an access to user id in the query to fetch some data, I can barerly imagine how you securely transfer user id in websockets like in basic endpoints with middleware. And much more stuff to consider...

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

    ❤️❤️❤️💪🏻

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

    Can you make a video about how to implement Solid principles + project as an example comsidering the advanced topic 😅

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

      This project already follows the SOLID principle

  • @medoxcharm4561
    @medoxcharm4561 2 місяці тому

    Hey bro can you please create tutorial about how we can create a full app like Airbnb

  • @flutterdevfarm
    @flutterdevfarm 4 місяці тому +1

    Please create next project using serverpod!❤❤
    Please Try to make a real world app clone or something!

  • @shaonbiswas1569
    @shaonbiswas1569 4 місяці тому +1

    Kindly add delivery boy app

    • @EmilZulufovIT
      @EmilZulufovIT  4 місяці тому +3

      I'm planing to create a premium course as an extension to this free tutorial with delivery boy app, admin panel, live order tracking on map, real-world restaurants managing for those who own them in the admin panel and a lot more.

    • @jabesaribu
      @jabesaribu 2 місяці тому

      ​@@EmilZulufovIT go for it brother, maybe I will be ur first buyer

  • @manishkarki8119
    @manishkarki8119 4 місяці тому +2

    you speak fast and do everything fast which is sometimes hard to code alongside you. some of the file-creating and coding parts are cut

    • @EmilZulufovIT
      @EmilZulufovIT  4 місяці тому +2

      Actually it's not that much me speaking fast, it's the software that I use cuts all the pauses so it seams I speak insanely fast and without hesitating.

    • @EmilZulufovIT
      @EmilZulufovIT  4 місяці тому +1

      Without this software this tutorial lasts 15 hours with all the pauses and hesitations 😂

    • @EmilZulufovIT
      @EmilZulufovIT  4 місяці тому +1

      My software cuts everything automatically and it's really time consuming to find out scenes where some important moments are cut. Instead, I spend most of the time creating something great.

  • @ThomasFEVRE-qb9uq
    @ThomasFEVRE-qb9uq 9 днів тому

    I have this error in the neon database setup :
    ERROR: extension "earth" is not available (SQLSTATE 0A000)
    HINT: The extension must first be installed on the system where PostgreSQL is running.
    Does anyone had the same

    • @EmilZulufovIT
      @EmilZulufovIT  6 днів тому

      Hello! The error indicates that you don't have an "earth" extension installed. Make sure to run SQL commands in the db console to add this extension.

  • @CJ-xh2mj
    @CJ-xh2mj 4 місяці тому +1

    а react native для разработки слабее чем флаттер же?

    • @EmilZulufovIT
      @EmilZulufovIT  4 місяці тому

      Да. Даже по бенчмаркам Флаттер побеждает по всем фронтам, в любом он лучше и производительней. Вот ссылка на редит пост: www.reddit.com/r/FlutterDev/s/r0m2j5RKFQ

    • @CJ-xh2mj
      @CJ-xh2mj 4 місяці тому

      @@EmilZulufovIT а так .я просто подумал про него потому что js /react изучаю и думал легче освоить чем флаттер.поэтому

    • @EmilZulufovIT
      @EmilZulufovIT  4 місяці тому +1

      Ну с моими туториалами будет тяжело научиться с нуля, но если начнёшь и будешь иметь хороший уровень, то уже сможешь прокачать его очень сильно. А так, если изучаешь js/react, то, возможно, будет лучше заняться react native. Тут уже решай сам.