/InEdit

Flutter Cross platform IMAGE EDITOR

Primary LanguageDart

GitHub code size in bytes LAST COMMIT Languages Follow Me on GitHub: GitHub Repo Size

InEdit

Flutter Cross platform IMAGE EDITOR

Download apk from Gdrive by clicking on the above link or here: https://drive.google.com/file/d/1qPA3GRqNPcsBeA4uCVj3Y-Snj48Ls2vn/view?usp=sharing

Features and Interfaces:

Tech stack:

  • Cross platform mobile application- Flutter
  • Android Studio/IDE
  • Firebase Storage
  • Git & VCS
  • Image Picker & image_editor_plus

Installation:

As the app uses some null parameters follwing command is needed to run it in flutter:

flutter run --no-sound-null-safety

flutter run (after building the APK.)

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.

Android Studio/IntelliJ/VSCODE/IDE SETUP:

  • 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.

Command Line:

  • 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.

Points to remember while testing the app

Allow permissions for camera & storage