Skip to content

Instantly share code, notes, and snippets.

View mariopepe's full-sized avatar

Mario Pepe mariopepe

View GitHub Profile
@mariopepe
mariopepe / squircle.dart
Created February 14, 2022 00:42 — forked from slightfoot/squircle.dart
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(