Skip to content

Instantly share code, notes, and snippets.

View hathibelagal-dev's full-sized avatar
🎯
Focusing

Ashraff Hathibelagal hathibelagal-dev

🎯
Focusing
View GitHub Profile
@hathibelagal-dev
hathibelagal-dev / main.dart
Created April 18, 2022 00:43
Clifford attractor in a Flutter app
import 'package:flutter/material.dart';
import 'dart:math' as Math;
import 'dart:async';
import 'dart:ui';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {