‪@FlutterFlow‬

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • In this video, you are gonna learn how you can build a review and ratingbar widget system. I show you the logic of this system and explain its tricks.
    Do you like my contents? You can support and thanks for my works if I help you. There are links below for supporting and contact with me:
    🔶Buymeacoffe: www.buymeacoff...
    🔷Patreon: / theebatt
    🔶 Twitter: / theebaat
    🔷 Telegram: t.me/+VzwQIhcM...
    🔶 Discord: / discord
    💥💥 Would you like to have my own 𝐅𝐥𝐮𝐭𝐭𝐞𝐫𝐟𝐥𝐨𝐰 𝐩𝐫𝐨𝐣𝐞𝐜𝐭𝐬 which are with its unique functions? Templates are available for purchase and you can customize easily with your imagination as you wish. These projects will make your works easier and you will not need to start from scratch. You can finish your app faster than scratch building app.
    📌 TB Social Media (Simplified Version) Template: tbnocode.com/t...
    📌 TB Chat Template: tbnocode.com/t...
    📌 TB Event Clone: tbnocode.com/t...
    👑 You can also become a member on my website for exclusive videos about Flutterflow. I publish there my solutions about complex systems and features. Yo will also get some more benefits too. Please check my website:
    🦇 tbnocode.com 🦇
    If you are not subscriber on my channel, please subscribe the channel. You can also like the video and help me to reach for more people with my tutorials. You can also become a member on my RUclips channel for exclusive videos and many benefits. Thank you for watching and have a nice day!! 😇🥰
    #flutterflow #nocode #zerocode #app #ui #design #flutter #firebase #review #ratingbar #widget #course #tutorial #2024 #beginner #how

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

  • @laseronservice918
    @laseronservice918 19 дней назад +1

    The custom function doesn't work for me. all values ​​show zero.

    • @Theebatt
      @Theebatt  16 дней назад

      I can’t know the reason from here because it works on my project🥺

  • @xfactorgames4404
    @xfactorgames4404 Месяц назад +1

    Hi! Great video! Could you explain how to ensure that a user can post only one review, and be able to update it if they want to modify their comment?

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

      Use list contain item option with auth user id

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

      @@Theebatt thanks but i have aother problem, How can I update an existing rating in Firestore, replacing the old rating with a new one, when the rating field is a list of integers? With the current system, the average rating is calculated based on the list of ratings given by the same user. When updating a rating, the old rating is removed and replaced with the new one, and the average is recalculated accordingly. How should I manage this process to ensure the average rating reflects the most recent values accurately?

  • @WIL-LO
    @WIL-LO Месяц назад

    Very good video, I did the exercise but I used a code that gave me average values ​​like 2.5, 3.5. Etc. It's just that it does the calculation for the first opinions and then it doesn't, you'll know why it is. Thank you

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

    Can you please create some more about review and ratings for my project references

    • @Theebatt
      @Theebatt  4 месяца назад

      Okay I will think about this :)

  • @kickingritz
    @kickingritz 4 месяца назад +1

    I’m building an app like a google reviews and I’m stuck on the backend functionality with firebase cloud functions how can I pay you to help with this..

    • @Theebatt
      @Theebatt  4 месяца назад

      I apologies but I'm not available nowadays :(

  • @Fid_Bel
    @Fid_Bel 10 месяцев назад +2

    Can you please create a leaderboard tutorial

    • @Theebatt
      @Theebatt  10 месяцев назад

      Could you give me some details about it? I can think about it🤗

    • @Fid_Bel
      @Fid_Bel 10 месяцев назад +2

      @@Theebatt the leaderboard shows top 20 participants based on scores (vote). If you're in the top 20, your rank and profile is highlighted.if not, your rank and profile is displayed below the top 20. It's updated real time or every 12 to 24 hours, and you can scroll for more ranks(to show other such as 21 and above)

    • @Theebatt
      @Theebatt  10 месяцев назад +2

      Hmm it sounds cool system. I will think about it how I can build a system like you described 🤔🥰

    • @maxicollins8843
      @maxicollins8843 10 месяцев назад +3

      It's a cool idea and I support it.

  • @apachemontana4344
    @apachemontana4344 3 месяца назад

    I can't find the code can you help me please is the only thing I'm missing to finish my page

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

      you can check my discord channel and look at custom codes part :)

  • @NGStudios-w6y
    @NGStudios-w6y 10 месяцев назад +1

    Tutorial quiz app, where a user can open a room, create questions and share the password with other users

    • @Theebatt
      @Theebatt  10 месяцев назад

      Nice idea and I will make a quiz app too😅

  • @ginjii3667
    @ginjii3667 8 месяцев назад +1

    the review page comes up as blank for me when i test the app any idea why? nothing on the page loads

    • @Theebatt
      @Theebatt  8 месяцев назад

      Maybe you made mistake about parameters? 🤔

    • @ginjii3667
      @ginjii3667 7 месяцев назад

      @@Theebatt i think it was do with the default value for some reason it worked when i changed it from blank to either 0/1 etc

  • @celebritychannel1680
    @celebritychannel1680 3 месяца назад

    It's usually fast

  • @PaddlChase
    @PaddlChase 5 месяцев назад +1

    I tried implementing this setup and everything seems to be working perfectly, except that the 'Add to Set' update document action doesn't always work. Sometimes it adds the rating to the set, and sometimes it doesn't. If I make the action 'non blocking', then everything else works perfectly, but if I set that specific action to 'blocking' then the whole chain will fail from that step forward, confirming that this is the action that is breaking, but I can't figure out why. I implemented it exactly how you did in this video. @Theebatt, do you know why this might be happening?

    • @Theebatt
      @Theebatt  5 месяцев назад

      Sometimes I had same situation with other features. I generally delete and set features again if I have this kind of situations

    • @PaddlChase
      @PaddlChase 5 месяцев назад

      @@Theebatt so I figured out that 'Add to Set' is actually functioning correctly here, it's just that it only adds unique items to the array. So it'll work at first, but as soon as you try to add a rating to the set that is already there nothing will happen.
      Do you have an alternative to this setup in mind? My app needs a rating system and this one won't do

    • @alessandrehjr
      @alessandrehjr 5 месяцев назад +1

      Simple solution I just figured out. When you add a number to your list, add it as a string, combined with some (one or more) document reference, turning it into an unique value. After that, you're going to need a custom function that calculates the average of a list, considering only the first character of a string (your number).

    • @PaddlChase
      @PaddlChase 5 месяцев назад

      @@alessandrehjr Ah, that's very clever! I ended up writing a cloud function to handle updating the average rating and I'm now just storing that as a value in the document, rather than needing to calculate it over again each time a user needs to see the average rating. This seemed like the most scalable solution to me

  • @xfactorgames4404
    @xfactorgames4404 4 месяца назад

    Hi, great video! In the list view of reviews for user evaluations, I received this message regarding the rating bar: "RatingBar widget with the current configuration will not function properly when generated dynamically at the moment (because it is associated with a local state variable). Consider wrapping it inside of a component and then generate the component dynamically." Can you help me with this?

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

      @@xfactorgames4404 you need to create a component

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

      You should check local state variable is configured correctly

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

      @@Theebatt thanks bro !

  • @MaxiDev-j2z
    @MaxiDev-j2z 8 месяцев назад +1

    Good Job Bro!
    Pls can you make a video how to make a user roles and how to assign contents to them on a post App. Plsssssssssssss
    🙏🙏🙏🙏🙏🙏🙏

    • @Theebatt
      @Theebatt  8 месяцев назад

      Thank you so much for good words 🥹😇of course, I added it to my video list. I also suggest you to watch my next video because you will see some user bages on my post app project🤗

    • @MaxiDev-j2z
      @MaxiDev-j2z 8 месяцев назад +1

      Great!@@Theebatt I will definitely watch it. I love your teachings, they're straight forward and short, just like some Alison and Udemy videos.

    • @Theebatt
      @Theebatt  8 месяцев назад +1

      Thank you so much and yes I try to explain simply and straightforward it. I hope I will bring better videos soon 🥹😍

  • @NGStudios-w6y
    @NGStudios-w6y 10 месяцев назад +2

    Perfect, thanks!

    • @Theebatt
      @Theebatt  10 месяцев назад

      You’re welcome 😍🤗

  • @Internationalhass
    @Internationalhass 9 месяцев назад +1

    Could you please create a video on “how seller can upload products” to display on Product page? ….. thanks! ☺️

    • @Theebatt
      @Theebatt  9 месяцев назад +1

      I started it for you. Tomorrow I will publish its UI design and Friday I will publish it with backend actions 🥰

    • @Internationalhass
      @Internationalhass 9 месяцев назад +1

      @@Theebatt you’re the best!

    • @Theebatt
      @Theebatt  9 месяцев назад

      Thank you so much 🤗 ☺️

  • @yashmodi1408
    @yashmodi1408 10 месяцев назад +2

    Excited

    • @Theebatt
      @Theebatt  10 месяцев назад

      Thank you so much 🤗

  • @marcelomar21
    @marcelomar21 8 месяцев назад +1

    Awesome content.

    • @Theebatt
      @Theebatt  8 месяцев назад

      Thank you so much 😍

  • @Greenteawannoi
    @Greenteawannoi 9 месяцев назад +1

    i need detail parameter

    • @Theebatt
      @Theebatt  9 месяцев назад

      You can watch data transfer video 🥰

    • @Greenteawannoi
      @Greenteawannoi 9 месяцев назад

      Thank you​@@Theebatt