Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
.vscode/

# Flutter/Dart/Pub related
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
Expand Down
14 changes: 0 additions & 14 deletions .vscode/launch.json

This file was deleted.

11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Cunning Document Scanner

### In Loving Memory of Marcel Pater 🌟

> *“A new star has lit up in the sky... one that will shine brightly and guide us forever.”*
>
> This repository is dedicated to the memory of its creator and owner, **Marcel Pater**.
> Thank you, Marcel, for your passion, your dedication, and for sharing your light with the world. You will always be remembered.
>
> His work lives on, and this project continues to be maintained in his honor.

---

Cunning Document Scanner is a Flutter-based document scanner application that enables you to capture images of paper documents and convert them into digital files effortlessly. This application is designed to run on Android and iOS devices with minimum API levels of 21 and 13, respectively.

## Key Features
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.5.1"
version: "2.6.0"
cupertino_icons:
dependency: "direct main"
description:
Expand Down