Skip to content

Instantly share code, notes, and snippets.

View kipsong133's full-sized avatar
💤
zzz

Woo Sung Kim kipsong133

💤
zzz
View GitHub Profile
import 'package:flutter/material.dart';
import '../extensions/extensions.dart';
typedef AnimatedGridBuilder<T> = Widget Function(
BuildContext, T item, AnimatedGridDetails details);
class AnimatedGrid<T> extends StatelessWidget {
/// An animated grid the animates when the items change sort.
const AnimatedGrid({