Skip to content

Instantly share code, notes, and snippets.

View Apostata's full-sized avatar
🏠
Working from home

Rene Souza Apostata

🏠
Working from home
  • Close-up Internatinoal, Dasa, PagSeguro, MetroSP, Getnet, Compasso UOL, Virtual Ideas
  • Brasil, SP, Indaiatuba
View GitHub Profile
@sbis04
sbis04 / main.dart
Last active October 27, 2022 13:04
Point Tracking Visualizer
import 'dart:ui';
import 'package:flutter/material.dart';
import 'dart:math' as math;
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {