grid_item_animation 0.0.3 copy "grid_item_animation: ^0.0.3" to clipboard
grid_item_animation: ^0.0.3 copied to clipboard

The grid_item_animation package. These widgets are designed to create a grid view with interactive tap animations and shadow effects.

example/lib/main.dart

import 'package:example/grid_item_animation.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const CustomGridViewWithShadow(),
    );
  }
}
17
likes
150
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

The grid_item_animation package. These widgets are designed to create a grid view with interactive tap animations and shadow effects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on grid_item_animation