Skip to content

Instantly share code, notes, and snippets.

View yash365's full-sized avatar

Yash Jain yash365

View GitHub Profile
@yash365
yash365 / scratch_card.dart
Created December 18, 2018 11:13 — forked from slightfoot/scratch_card.dart
Scratch Card - Unfinished Flutter implementation of https://allu.io/react-scratchcard/
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
import 'dart:math' as math;
void main() => runApp(DemoApp());
class DemoApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(