-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PAINTROID-704: Remove launch_review package #44
base: develop
Are you sure you want to change the base?
Conversation
@bakicelebi I have used the |
@juliajulie95 @bakicelebi can you please suggest any possible changes? |
@bakicelebi @juliajulie95 Is there anything else that is required? |
Please resolve your conflicts :) |
@bhav-khurana please resolve conflicts with Catrobat:develop so I can review. |
Hi, did you resolve conflicts? To me it says there are still conflicts. |
Actually i was a bit engaged with other stuff for a couple of days.. will push the changes by tomorrow :) |
eb54cfa
to
504ecad
Compare
@msesko I have resolved the conflicts. Can you please review? |
Will do tmrw. |
@msesko are there any changes required? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Also works for me on iOS.
packages/features/landing_page_screen/lib/src/components/main_overflow_menu.dart
Outdated
Show resolved
Hide resolved
packages/features/landing_page_screen/lib/src/components/main_overflow_menu.dart
Outdated
Show resolved
Hide resolved
final url = Uri.parse( | ||
Platform.isAndroid | ||
? 'market://details?id=$appId' | ||
: 'https://apps.apple.com/at/app/pocket-code/id1117935892', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the variable and change its value.
iOSAppId would be obsolete right now.
Ticket
PAINTROID 704
Summary
Removed the
launch_review
package and used theurl_launcher
package instead as the former uses/overrides a deprecated API. The user will now be redirected to the app on the Play Store/App store on clicking theRate Us
button.Checklist
Your checklist for this pull request
Please review the contributing guidelines and wiki pages of this repository.