Download apk from Gdrive by clicking on the above link or here: https://drive.google.com/file/d/1qPA3GRqNPcsBeA4uCVj3Y-Snj48Ls2vn/view?usp=sharing
- Cross platform mobile application- Flutter
- Android Studio/IDE
- Firebase Storage
- Git & VCS
- Image Picker & image_editor_plus
As the app uses some null parameters follwing command is needed to run it in flutter:
This can also be added in configurations as Additional Run Arguments in Android Studio/IDE
- CLONE :
git clone https://github.com/yashrajmani/InEdit.git
- OPEN : Extract and Open the ZIP file in any IDE.
- RUN : Use generic Flutter commands to RUN the application.
-
Open an existing Android Studio project from this downloaded zip after extracting from GITHUB.
-
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. Or RUN from terminal.
-
Run:
cd <-THIS REPO LOCATION->
-
Make sure your device/emulator is running.
-
Run:
flutter pub get
- To get all the dependencies. -
Run:
flutter run --no-sound-null-safety
OR -
Run:
flutter run
after building the APK.
Allow permissions for camera & storage