Skip to content

Instantly share code, notes, and snippets.

@anupcowkur
anupcowkur / main.dart
Created April 2, 2020 15:27
Axes - A demo showing Flutter transforms and scaling.
import 'package:flutter/material.dart';
import 'package:flutter/animation.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Axes',
@anupcowkur
anupcowkur / SketchSystems.spec
Created September 2, 2018 13:48
Map Selector
Map Selector
Waiting for Map Ready
map ready -> Waiting for GPS
map ready with intent -> Loading Intent Location GPS Disabled
Waiting for GPS
gps on -> Loading Current Location
gps off -> Loading Default Location GPS Disabled
Loading Intent Location
location loaded -> Showing Location
location error -> Showing Error