Flutter In App Rating Prompt Tutorial

  Рет қаралды 28,059

Marcus Ng

Marcus Ng

Күн бұрын

» Flutter courses, writeups, and source code on Launch Club 🧠
LaunchClub.io
In this video, we learn how to implement the package rate_my_app. This package allows us to prompt users to rate our app based on certain conditions, such as minimum number of app launches and minimum days installed. Based on the rating a user gives our app, we can create custom actions.
» Remember to like, subscribe, share this video, and star the repo on Github :)
kzbin.info?sub_...
» Resources
Source Code: github.com/MarcusNg/flutter_r...
» Socials
GitHub: github.com/MarcusNg
Twitter: / marcuslng
» Outro Music
Harmony - Joakim Karud ( / @joakimkarud )
#Flutter #FlutterPackage #MobileDevelopment

Пікірлер: 50
@dev.faizan
@dev.faizan 3 жыл бұрын
Thanks for the tutorial
@troinfovideo
@troinfovideo 4 жыл бұрын
Hey Marcus, great videos. Got here from Udemy course. Love your teaching style. Can you make a tutorial on working with files/folder on local device and via API's? I would pay for that :)
@adarshjain804
@adarshjain804 4 жыл бұрын
Could you tell us how to make custom stepper?? not the one from flutter docs but your own design.
@DanMlayah
@DanMlayah 4 жыл бұрын
Best channel to get going with flutter. Quick question,which software to you use to record your screen ?
@DanMlayah
@DanMlayah 4 жыл бұрын
@@MarcusNg thank you. Keep up the good work.
@w33k3nd5
@w33k3nd5 4 жыл бұрын
hello, i tried to check it after 2 days or like minimum 7 launches , but its not showing still
@vr4356
@vr4356 4 жыл бұрын
Flutter Firebase Instagram Tutorial i need this playlist where is it ??
@Skyost
@Skyost 4 жыл бұрын
Wow, never though someone would make a tutorial about Rate my app :-) Do I have the permission to put a link to this tutorial in the pub.dev description ?
@DevGamer19
@DevGamer19 4 жыл бұрын
@@MarcusNg @Hugo You guys are awesome! I'd like to add this snippet I encountered while I was trying to make it navigate the user to the app page on Google Play Store.. if (stars == 5) { print('5 stars!!'); rateMyApp.launchStore(); // this did the trick }
@CHEABCHET
@CHEABCHET 4 жыл бұрын
@@DevGamer19 Hello, How to do with in-app star number that we put? after call rateMyApp.launchStore() it launch the store like open normal no pass the star into the store or we need to rate it again in store?
@0xPanda1
@0xPanda1 3 жыл бұрын
thank u for the awesome package
@aemericenglish2417
@aemericenglish2417 4 жыл бұрын
Hey Marcus, i have request. Can u make tutorial how to doenload things and make it offline. Thank you
@alizamani5772
@alizamani5772 4 жыл бұрын
Great! Please create a video how to configure flutter in android studio version 3.5.3... This version have problem with flutter
@joordii1994
@joordii1994 4 жыл бұрын
Really good tutorial, unfortunately it’s no longer available due to the package updates, could you update it?
@KuldeepSingh-dn9sc
@KuldeepSingh-dn9sc 4 жыл бұрын
Can you please tell me The logic of delete posts from storage and from firestore as well Please please please 🤗🤗🤗
@angel1st007
@angel1st007 4 жыл бұрын
Hey man, wonderful tutorial! I have one question though - does the rating the user selects is added to the app rating in Apple Store / Google Play when the user taps on the Rating Dialog Submit / OK button?
@segundojaramilloromero9909
@segundojaramilloromero9909 2 жыл бұрын
Maybe you identified if by clicking on the ok button, the rating is saved in the respective store?
@Hi-tk4he
@Hi-tk4he 3 жыл бұрын
Please make video again as package is updated.
@mohammadsaif7356
@mohammadsaif7356 4 жыл бұрын
Hi dear, please tell us how we get your insta clone all tutorials.
@sbessot
@sbessot 5 ай бұрын
hello Marcus, i use flutterflow and failled to implement your code in custom action. Have you any advice for me ?
@androidclass639
@androidclass639 4 жыл бұрын
cool...
@jardel8571
@jardel8571 4 жыл бұрын
Unfortunately I'm facing the following error: "Error: No named parameter with the name 'onRatingChanged'." Could you please help me?
@0xPanda1
@0xPanda1 3 жыл бұрын
u are using the new rate_my_app version switch to the same version that he is using or read the rate_my_app docs if u want to use the new version
@shri502
@shri502 3 жыл бұрын
Nice video, but stars on android are not working, and write a review option is also missing, @marcus, can u please update it??
@mohdshaheemidrisi8719
@mohdshaheemidrisi8719 4 жыл бұрын
Hey Marcus, I have a request too. Can you make a tutorial how to use geoflutterfire and geolocator to store location of user on firebase and retrieve the uid of each user within a radius
@mohdshaheemidrisi8719
@mohdshaheemidrisi8719 4 жыл бұрын
@@MarcusNg Ohh! Thanks a lot, it would be great 👍👍👍
@mrnicolaoda
@mrnicolaoda 4 жыл бұрын
Hello Marcus, I would like to know if in production mode the pressed button (OK) will automatically redirect to the store page on IOS?
@americanmotivation8060
@americanmotivation8060 4 жыл бұрын
hi Oda, Did you get an answer to this? if so please share
@mrnicolaoda
@mrnicolaoda 4 жыл бұрын
@@americanmotivation8060 I use the native Apple app rating dialog on IOS, it will redirect you to submit the rate automatically.
@abrahamSuc
@abrahamSuc 2 жыл бұрын
how to use with a logging page
@mashudumawela6992
@mashudumawela6992 4 жыл бұрын
can u make an app that let users to rate and put feedback comment of their existence they had or having in schools, each user can simply select their schools, to help other newbies to select a better school with better ratings, with flutter tutorial
@alexw650
@alexw650 3 жыл бұрын
How could you access context in initState? I get an exception if I replicate that.
@Hi-tk4he
@Hi-tk4he 3 жыл бұрын
I am getting the same. No clues.
@IvanNekoz
@IvanNekoz 2 жыл бұрын
you guys used context from -> actionsBuilder: (context, start) {}. Just rename that context (to actionContext for ex.) and no conflict appeared with top lvl context (btw don't forget to rename underlying Navigator.pop(actionContext) with that new actionsBuilder context name)
@aemericenglish2417
@aemericenglish2417 4 жыл бұрын
Hey there, im not finished your Instagram Clone Firebase app yet 😅😅 but its delete. Can i get the videos pleaseeee
@Colose2
@Colose2 4 жыл бұрын
yeah man same over here, where did the series go? I saw that you got a copyright strike on it...
@alvin3171997
@alvin3171997 4 жыл бұрын
Why did you deleted the insta flutter series?
@KuldeepSingh-dn9sc
@KuldeepSingh-dn9sc 4 жыл бұрын
Hey Marcus when comes next video of instagram clone series 🌟🌟😔
@TryToFlywithme
@TryToFlywithme 4 жыл бұрын
it said onRatingChanged and doNotOpenAgain aren't identified !!???
@diegoa6713
@diegoa6713 4 жыл бұрын
github.com/Skyost/RateMyApp/issues/29
@datavisualisation6606
@datavisualisation6606 4 жыл бұрын
Which is the best laptop for flutter app development??
@KingJamesNG
@KingJamesNG 4 жыл бұрын
Mac from 2015 to 20xx
@bompyryadh
@bompyryadh 3 жыл бұрын
What is this language bro .Java or paython ? Plz tall me🙂
@zhengen
@zhengen 2 жыл бұрын
Dart
@w33k3nd5
@w33k3nd5 4 жыл бұрын
it doesnt work .... you have to follow other things as well . this is not the whole code.
@w33k3nd5
@w33k3nd5 4 жыл бұрын
@@MarcusNg i followed the same as you did , days , launches .. i set them to 1 day and launches to 5 . launched app 10-15 times and tried that after 1-2 days , but the dialog dont open ... i have uncomment the if (_rateMyApp.shouldOpenDialog) ..
@3iremar
@3iremar 4 жыл бұрын
@@w33k3nd5 same issue. Did you fix it ?
@bm2ilabs
@bm2ilabs 4 жыл бұрын
KZbin should disable dislike button in this channel
@eldoctor9968
@eldoctor9968 Жыл бұрын
hi / I've this error when using the package and can't find any solutions , can you help me please . The error "[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method isNativeDialogSupported on channel rate_my_app)"
Heartwarming Unity at School Event #shorts
00:19
Fabiosa Stories
Рет қаралды 23 МЛН
Inside Out Babies (Inside Out Animation)
00:21
FASH
Рет қаралды 15 МЛН
Llegó al techo 😱
00:37
Juan De Dios Pantoja
Рет қаралды 56 МЛН
These Flutter Packages Are Awesome!
7:22
Hussain Mustafa
Рет қаралды 3,4 М.
"Why Flutter Developers Need to Know About In-App Reviews"
13:37
Snippet Coder
Рет қаралды 3 М.
Flutter Recipe App Tutorial | Apps From Scratch
8:40
Marcus Ng
Рет қаралды 28 М.
Complex Animations in Flutter using Rive | Flare
15:44
FilledStacks
Рет қаралды 224 М.
Flutter Spotify Clone Desktop/Web UI | Apps From Scratch
1:00:39
Marcus Ng
Рет қаралды 124 М.
Heartwarming Unity at School Event #shorts
00:19
Fabiosa Stories
Рет қаралды 23 МЛН