Skip to content

Instantly share code, notes, and snippets.

@roipeker
roipeker / camera_frame_test.dart
Created September 7, 2019 00:02
very quick flutter test, to draw a frame in foreground of the camera.
import 'package:camera/camera.dart';
import 'package:flutter/material.dart';
class CameraFrameTest extends StatefulWidget {
@override
_CameraFrameTestState createState() => _CameraFrameTestState();
}
class _CameraFrameTestState extends State<CameraFrameTest> {
CameraDescription firstCamera;
@nanusdad
nanusdad / git_new_local_branch.md
Last active June 16, 2024 06:56
Git - create new local branch push to GitHub
@PurpleBooth
PurpleBooth / README-Template.md
Last active June 16, 2024 07:49
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