Skip to content

Instantly share code, notes, and snippets.

View Not-Dhanraj's full-sized avatar
🎯
Focusing

Dhanraj Not-Dhanraj

🎯
Focusing
View GitHub Profile
@slightfoot
slightfoot / squircle.dart
Last active June 12, 2025 23:19
Flutter Squircle Shape
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return new MaterialApp(
title: 'Squircle',
home: new Scaffold(