Flutter In App Rating Prompt Tutorial

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

КОМЕНТАРІ • 50

  • @Skyost
    @Skyost 4 роки тому +18

    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 роки тому +1

      @@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 роки тому +2

      @@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 4 роки тому +1

      thank u for the awesome package

  • @angel1st007
    @angel1st007 4 роки тому +3

    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 3 роки тому

      Maybe you identified if by clicking on the ok button, the rating is saved in the respective store?

  • @troinfovideo
    @troinfovideo 4 роки тому +1

    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 :)

  • @DanMlayah
    @DanMlayah 4 роки тому +1

    Best channel to get going with flutter. Quick question,which software to you use to record your screen ?

    • @DanMlayah
      @DanMlayah 4 роки тому +1

      @@MarcusNg thank you. Keep up the good work.

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

    hello Marcus, i use flutterflow and failled to implement your code in custom action. Have you any advice for me ?

  • @jardel8571
    @jardel8571 4 роки тому +4

    Unfortunately I'm facing the following error: "Error: No named parameter with the name 'onRatingChanged'." Could you please help me?

    • @0xPanda1
      @0xPanda1 4 роки тому +1

      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

  • @joordii1994
    @joordii1994 4 роки тому +2

    Really good tutorial, unfortunately it’s no longer available due to the package updates, could you update it?

  • @aemericenglish2417
    @aemericenglish2417 4 роки тому +2

    Hey Marcus, i have request. Can u make tutorial how to doenload things and make it offline.
    Thank you

  • @mrnicolaoda
    @mrnicolaoda 4 роки тому +2

    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.

  • @mohdshaheemidrisi8719
    @mohdshaheemidrisi8719 4 роки тому +2

    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

  • @Hi-tk4he
    @Hi-tk4he 4 роки тому +1

    Please make video again as package is updated.

  • @dev.faizan
    @dev.faizan 4 роки тому

    Thanks for the tutorial

  • @adarshjain804
    @adarshjain804 4 роки тому

    Could you tell us how to make custom stepper?? not the one from flutter docs but your own design.

  • @vr4356
    @vr4356 4 роки тому +1

    Flutter Firebase Instagram Tutorial i need
    this playlist where is it ??

  • @shri502
    @shri502 4 роки тому

    Nice video, but stars on android are not working, and write a review option is also missing, @marcus, can u please update it??

  • @alexw650
    @alexw650 4 роки тому +1

    How could you access context in initState? I get an exception if I replicate that.

    • @Hi-tk4he
      @Hi-tk4he 4 роки тому

      I am getting the same. No clues.

    • @IvanNekoz
      @IvanNekoz 2 роки тому +1

      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)

  • @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)"

  • @w33k3nd5
    @w33k3nd5 4 роки тому

    hello, i tried to check it after 2 days or like minimum 7 launches , but its not showing still

  • @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

  • @TryToFlywithme
    @TryToFlywithme 4 роки тому +1

    it said onRatingChanged and doNotOpenAgain aren't identified !!???

    • @diegoa6713
      @diegoa6713 4 роки тому

      github.com/Skyost/RateMyApp/issues/29

  • @aemericenglish2417
    @aemericenglish2417 4 роки тому +1

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

  • @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 🤗🤗🤗

  • @datavisualisation6606
    @datavisualisation6606 4 роки тому

    Which is the best laptop for flutter app development??

  • @alvin3171997
    @alvin3171997 4 роки тому

    Why did you deleted the insta flutter series?

  • @mohammadsaif7356
    @mohammadsaif7356 4 роки тому

    Hi dear, please tell us how we get your insta clone all tutorials.

  • @abrahamSuc
    @abrahamSuc 2 роки тому

    how to use with a logging page

  • @KuldeepSingh-dn9sc
    @KuldeepSingh-dn9sc 4 роки тому

    Hey Marcus when comes next video of instagram clone series
    🌟🌟😔

  • @bompyryadh
    @bompyryadh 3 роки тому

    What is this language bro .Java or paython ? Plz tall me🙂

  • @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

  • @androidclass639
    @androidclass639 4 роки тому

    cool...

  • @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 роки тому

    UA-cam should disable dislike button in this channel