Skip to content

Instantly share code, notes, and snippets.

@antasofa7
antasofa7 / qr_overlay.dart
Created November 2, 2023 06:57 — forked from r-yeates/qr_overlay.dart
Overlay for QR scanner package mobile_scanner
import 'package:flutter/material.dart';
class QRScannerOverlay extends StatelessWidget {
const QRScannerOverlay({Key? key, required this.overlayColour})
: super(key: key);
final Color overlayColour;
@override
Widget build(BuildContext context) {
@antasofa7
antasofa7 / README-Template.md
Created August 7, 2023 08:19 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites