easy-scan
easy-scan copied to clipboard
Crossplatform document scanning app that can convert images to pdf in a simple tap made in flutter
EasyScan
EasyScan aims to be the Crossplatform document scanning app that can convert images to pdf in a simple tap from a camera or your directory itself. Contributors
Table Of Contents
- Prerequisites
- Installation
- Demo
- Author
- Contributors
- Contribution
- License
Prerequisites
A few resources to get you started if this is your first Flutter project:
Installation
Goto the project directory and run following commands:
flutter pub get
flutter run
You can fork
the project.
You can clone the whole project.
git clone https://github.com/askbuddie/easy-scan.git
Demo
TODO
Author
Author Name : Siddharthe Joshi
Author URI : Youtube Channel
GitHub URI : cimplesid
Contributors
List of all Contributors:
Contribution
This project is to help you easily scan you documents via camera or the images and process them into a pdf file. If you want to contribute, pull requests are always welcome.Pull request to add features rules.
- Fork the project
- Make a
feature-branch
fromdev
and add your features - Run
flutter analyze .
- Send pull request to
dev
and wait to merge.
Check the installation section to start contributing to this project.