Skip to content

Instantly share code, notes, and snippets.

View ymw0407's full-sized avatar

Minwoo Yun ymw0407

  • Kookmin Univ.
  • Seoul, Korea
  • 13:18 (UTC +09:00)
  • Instagram ymw0407
View GitHub Profile
@slightfoot
slightfoot / squircle.dart
Last active June 21, 2024 17:06
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(