survey
A new Flutter project for a task submission at Carrier Solution.,
DOWNLOAD THE APK : https://drive.google.com/file/d/1lLYR-__XPzpdQGFE-7Ow7kWV2HfybqYi/view?usp=sharing
VIDEO DEMO LINK : https://drive.google.com/file/d/1sR4ehpdjlS1GEScWdxyO8TSgqyksQV7C/view?usp=sharing
Tech stack:
- Android Studio
- Git & VCS
- Cross platform mobile application- Flutter(Dart)
Installation:
As the app uses vibreation sensors and some null parameters follwing command is needed to run it in flutter:
flutter run –no-sound-null-safety
This can also be added in configurations as Additional Run Arguments.
-
Directly download the APK file from here :
-
RUN :
git clone https://github.com/yashrajmani/survey.git
Android Studio/IntelliJ/VSCODE:
-
Open an existing Android Studio project from this downloaded zip after extracting.
-
Choose the app folder , located in this repo. Select Next for all setup instructions.
-
Make sure your Flutter SDK is set and dependencies have been updated.
-
Make sure your device/emulator is running from AVD Manager.
-
main.dart should be chosen in the dropdown on the left of the green Play button. And then press green play button.
Command Line:
-
Run:
cd <-THIS REPO LOCATION->
-
Make sure your device/emulator is running.
-
Run:
flutter run --no-sound-null-safety
Comments are closed.