Skip to content

A mobile application to generate a "git-style" diff between two QR codes.

License

Notifications You must be signed in to change notification settings

lusimeon/qrcode-diff

Repository files navigation

QR code diff

A mobile application to generate a "git-style" diff between two QR codes. No real use case, just a concept.

Screenshots

Installation

python3.12 -m venv ./functions/venv/
source ./functions/venv/bin/activate
pip install -r ./functions/requirements.txt

firebase use --add example && firebase use example # Use another firebase project if needed.
flutterfire configure # Configure firebase options.
firebase emulators:start --only functions # Emulate firebase server (for dev env).

flutter doctor -v
flutter clean
flutter pub get
flutter run --dart-define=EMULATOR_HOST="127.0.0.1" --dart-define=FUNCTIONS_EMULATOR_PORT="5001"

About

A mobile application to generate a "git-style" diff between two QR codes.

Resources

License

Stars

Watchers

Forks