-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadMe.txt
27 lines (21 loc) · 845 Bytes
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Developed by Prathamesh Sahasrabhojane.
Linked in:https://www.linkedin.com/in/prathamesh-sahasrabhojane-4b3b12148/
Github:http://github.com/theShubham99/
Steps to install apk:
install app.apk from the zip file on android device.
(Allow unknown sources to install apk)
Guide:
https://www.androidcentral.com/unknown-sources
Steps to build the project if required:
- Extract the zip
- Install Flutter & dart.
- Install VS Code / Android Studio or other flutter editor.
- Create Flutter Project
- Replace lib folder with given lib folder.
- replace pubspec.yaml with given pubspec.yaml
- run -get package from flutter command.
- Change import statements in dart files with your project name in place of voicecoin.
- paste assets folder in project.
- attach the device and build the project
Guide:
https://flutter.dev/docs/get-started/install