Build A Production-Ready Complex App With FlutterFlow, Supabase, BuildShip and Stripe

Поделиться
HTML-код
  • Опубликовано: 3 июл 2024
  • ► Clone This & All My Apps, Get More Content & Support: / jamesnocode
    ► Comprehensive FlutterFlow Training & Private Community (24hr Coupon: FLASHNOCODE): masteringflutterflow.com
    ► Comprehensive Supabase Training & Private Community (24hr Coupon: FLASHNOCODE): masteringsupabase.com
    00:00:00 Intro
    00:01:42 Part 01 - Application Flow and Architecture
    00:10:23 Part 02 - Supabase Schema
    00:14:35 Part 03 - Supabase Setup & Configuration
    00:30:24 Part 04 - Building the FF App
    00:40:47 Part 05 - Search Functionality
    00:58:06 Part 06 - Category View
    01:09:35 Setting up the Nav Bar
    01:13:21 Part 07 - Detail Page
    01:26:14 Add/Remove from Shopping Cart Flow
    01:55:14 Part 08 - Shopping Cart Overlay
    02:17:03 Part 09 - Shopping Cart View
    02:35:22 Part 10 - Displaying Cart Overlay Everywhere
    02:42:24 Part 11 - Profile View
    02:43:46 Setting Up Supabase Auth
    02:53:11 Part 12 - Confirmation Page
    03:00:00 Creating Orders
    03:13:39 Part 13 - Displaying Delivery Time Slots
    03:33:47 Part 14 - End-to-End Payment Flow
    04:04:24 Part 15 - Autocomplete Address Input
    04:17:30 Part 16 - Display the Order Status on Homepage
    04:28:26 Display Order History
    04:31:26 Get More Content!
  • ХоббиХобби

Комментарии • 54

  • @jamesnocode
    @jamesnocode  2 месяца назад +4

    👍VIEW/CLONE ALL MY NOCODE APPS + support my work: www.patreon.com/jamesnocode
    👍GET MY NEW TRAINING - MASTERING FLUTTERFLOW: masteringflutterflow.com
    👍GET MY NEW TRAINING - MASTERING SUPABASE: masteringsupabase.com

    • @AanchUrawat
      @AanchUrawat 2 месяца назад +1

      sir many problems faces with errors show

  • @rianneil1598
    @rianneil1598 2 месяца назад

    Appreciate this long detailed tutorial. Was struggling with category filtering and this video helped.
    Keep up the good work!

  • @mariusburger5934
    @mariusburger5934 2 месяца назад

    Dude you're my hero thanks for these I'm learning so much

  • @SimoBen1
    @SimoBen1 2 месяца назад

    u are the best James

  • @samcon777
    @samcon777 2 месяца назад

    Nice just ask for this yesterday ❤

  • @mrkasax
    @mrkasax 2 месяца назад +3

    You are thé best

  • @DavidFrancis-sk6iz
    @DavidFrancis-sk6iz 2 месяца назад +1

    love this!! best combo of tools out there for nocode builders - FlutterFlow, BuildShip & Supabase!! PS: loving the award plaque on the back 😄

  • @shaypatriccormac5273
    @shaypatriccormac5273 4 дня назад +1

    lot of errors in filter, it is showing page state is null.

  • @inzimamali
    @inzimamali Месяц назад

    Hi James!
    I would really like to appreciate your work regarding flutterflow as per my research you are teaching some really good and deep stuff, but with these full production-ready complex apps you can focus on micro apps that would be fun to learn and as well as they would be beginner friendly , and i hope you would consider it important and consider working on micro apps like notes app, quiz app and many more simple apps with the UI as well as the backend .

  • @Gagan-fv8mn
    @Gagan-fv8mn 2 месяца назад +1

    Big Fan brother you helped me a lot please make an video on creating an wallpaper app in flutterflow using pixels api.

  • @AanchUrawat
    @AanchUrawat Месяц назад +5

    unexpected null value. The revelant error-causing wedget was: HomePageWedget solve this error Please sir 🙏

    • @landospot
      @landospot Месяц назад

      For the GetProducts request in Home I changed the expression for the variable 'name' from searchString != null ?"ilike.*$searchString*":"ilike.**" to searchString != null ?"ilike.*$searchString*":"gt.0" and no more 'null list' issues.

  • @AanchUrawat
    @AanchUrawat Месяц назад +2

    not working shows many problems after filter

  • @atheer3343
    @atheer3343 2 месяца назад

    Great! Can you please make one for Stripe Connect (for multivendor/multiple Sellers) without Buildship and if possible without redirecting the user outside the app. Again thank you for this info truly needed for FF/Supabase. ❤

  • @emeriktremblay3881
    @emeriktremblay3881 2 месяца назад

    Great video, I'd be curious to see how uou would make the UI to match the design file

  • @MsSirrus
    @MsSirrus 2 месяца назад

    Super video thanks James ! I did not find anywhere how to display pdf files from private bucket without generating a signed url. But with the GET method.
    Do you have any solutions on how to manage private files without having a direct link into the browser ?
    Thanks a lot !

  • @yasserhy
    @yasserhy 27 дней назад

    Which app are you using for these cool diagrams while you're explaining the app and database schema?

  • @AanchUrawat
    @AanchUrawat 2 месяца назад +1

    image showing through supabase not showing

  • @onedayapp3534
    @onedayapp3534 2 месяца назад

    Thankyou so much for videos like this. Could you make an Airbnb clone with supabase? Implenenting uploading a place, renting and maps

  • @tiffanyw3794
    @tiffanyw3794 2 месяца назад

    Can this be done with streamlit

  • @UtkarshPriye
    @UtkarshPriye 2 месяца назад

    Hey James, I need help with
    "how to make checkboxgroup to select only one option in flutterflow"

  • @josepedromachado902
    @josepedromachado902 2 месяца назад

    Awesome video! I'm building a SaaS on flutterflow+supabase. Is using build advisable/mandatory? Can I develop a complete subscription flow using only supabase server functions? Thanks!

  • @jewalsh2k
    @jewalsh2k Месяц назад

    What design tool are you using at the beginning of the video?

  • @shubhamsapra1361
    @shubhamsapra1361 2 месяца назад

    Hi James, thanks for the video. I had one doubt. The cart items that are updated in the app state, do we also need to add the user id or will it be different for each user automatically? For eg, if person A logs in and add items to his cart, will Person B's cart will also contain those items? Its a very naive doubt but i ll really appreciate your response. Thanks

  • @estefanocampoverde3660
    @estefanocampoverde3660 Месяц назад

    How to create a web3 app with lowcode in flutterflow?

  • @JuanPerez-vv5lk
    @JuanPerez-vv5lk 2 месяца назад

    3:46 how can I add the plus/ minus button and a text box to put the quantity? this way customers can add the quantity easily, customers always pick more than 1 quantity

  • @rahulrollno.-0689
    @rahulrollno.-0689 2 месяца назад +1

    woow

  • @eugeneki7393
    @eugeneki7393 2 месяца назад +1

    what is the best way to implement PUSH when I use Supabase? I need to send it to the shop owner when he gets a new order.
    1. Make authorization with FB?
    2. OneSignal?
    3. Buldship?

    • @algelaan
      @algelaan Месяц назад

      I've the same question

  • @williamsalazar2624
    @williamsalazar2624 Месяц назад

    can you build an app with IoT to control light of my house?

  • @sakhaff4464
    @sakhaff4464 Месяц назад

    Supabase auth is a nightmare now. i dont' know why but nothing works.

  • @abdoulayeDiallo-ed2ze
    @abdoulayeDiallo-ed2ze 2 месяца назад

    please do a custom stripe account and stripe custom unbording .You just ignore it like a part 4 we never get. Thank you

  • @danielcortez7971
    @danielcortez7971 2 месяца назад

    I'm getting an error on part 5 after I register name in the query parameters😢.

  • @mateusz.mirkowski
    @mateusz.mirkowski 2 месяца назад

    What t-shirt do you have? "Ogień" means "fire" in polish. :D

  • @JuanPerez-vv5lk
    @JuanPerez-vv5lk 2 месяца назад +3

    I wish you can do another tutorial like this without that stupid Buldship thing.

  • @yasserhy
    @yasserhy 26 дней назад

    I love your videos and I think you have the knowledge and experience. However, you're moving too fast in the videos and your mouse is everywhere and the windows are switching fast. It makes it extremely difficult to follow along. I started following the first 20 min then I gave up.

  • @playtech9720
    @playtech9720 2 месяца назад

    Why not firebase new videos

    • @Appdict
      @Appdict 2 месяца назад

      Because Firebase sucks!

  • @strawhatsanji4985
    @strawhatsanji4985 Месяц назад

    Really enjoy your videos taught me a lot, but you really got to do a better job on your RUclips titles.
    Production ready complex app gives us viewers no reference of what we will be building.
    I literally had to go through 12 of your videos to find the one I wanted to learn because all of them are the same title.
    Simply naming the videos on what project ( Uber Clone using Flutterflow) will 10x more sense.