Skip to content

Instantly share code, notes, and snippets.

View aoiorio's full-sized avatar
🍳
I'm hungry

aoi:orio aoiorio

🍳
I'm hungry
View GitHub Profile
@rohan20
rohan20 / flutter_button_tap_to_shrink_effect.dart
Last active February 26, 2025 11:19
Flutter button tap to shrink animation effect
// Interactive Demo: https://dartpad.dev/b1a15c09bbb8d18c4caa9e8c41a108c0?null_safety=true
// GIF Demo: See first comment below
import 'package:flutter/material.dart';
void main() {
runApp(DemoApp());
}
class DemoApp extends StatelessWidget {