A simple Flutter app to scan ISBNs and save books.
- Scan ISBNs
- Save books for later
# Clone the repository
$ git clone https://github.com/juanbelieni/isbn-scanner.git
# Go to the directory
$ cd isbn-scanner
# Install dependencies
$ flutter pub get
# Build the app
$ flutter build <platform># Run in debug mode
$ flutter run
# Or install via adb
$ adb install -r path/to/app.apk- Fork the Project
- Create your feature branch:
git checkout -b feature/your-feature - Commit your changes:
git commit -m 'Add your-feature' - Push to the branch:
git push origin feature/your-feature - Open a pull request
Twitter: @juanbelieni
Email: [email protected]
LinkedIn: juanbelieni
