Skip to content

Instantly share code, notes, and snippets.

View SlowGen's full-sized avatar
🐢

Kali SlowGen

🐢
View GitHub Profile
import 'package:flutter/material.dart';
import 'dart:math';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {