Wallet App
Let us see how we can run a wallet Flutter app on the Educative.io platform.
Setting up our application
We will be cloning a wallet application from Github.
Cloning the project
First, we need to make an Android Widget, and then import the project using the Import code from GitHub button.
Providing GitHub token
After pasting the project link, click the Apply button.
You may need to add a Github token. You can generate the Github token by following this documentation.
After pasting the token, click the Apply button.
Docker job
Our docker job will look like this:
Final Application
Our final application will look like this:
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.flutter_wallet_ui_challenge"> <!-- Flutter needs it to communicate with the running application to allow setting breakpoints, to provide hot reload, etc. --> <uses-permission android:name="android.permission.INTERNET"/> </manifest>
Note: After cloning, we have deleted some files in the Android widget because of the size ...
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy