Earn 5,220 ($52.20)
Flutter Android App Proof of Concept using Webview
Bounty Description
Problem Description
We have a personal subscription management application for Android, written in flutter.
We are looking to implement a Webview with the purpose of signing up a user to a Spotify account, then linking a virtual card generated by us to that account and signing up for Spotify premium. Please note, this should all happen automatically. What is also important for the user is that it is hidden from view, so either it fully happens in the background, or there is a loader that covers it.
For this, please see this link; https://stackoverflow.com/questions/62858028/how-to-hide-flutter-webview-in-mobile-app
Acceptance Criteria
A flutter codebase + built APK file that can:
- take input of email, password, displayName, dateOfBirth, gender, plan, cardNumber, card expiry, cvv
- then run a full sign-up and premium enrollment as detailed above, within a webview in the background (so app should just show only its native screen OR only a loading state.
This is a proof of concept, so it only has to do the above, and doesn't require any styling or other features. Thanks