zo_micro_interactions 0.0.1 copy "zo_micro_interactions: ^0.0.1" to clipboard
zo_micro_interactions: ^0.0.1 copied to clipboard

A curated set of high-quality Flutter micro-interactions designed for modern, polished apps

example/lib/main.dart

import 'package:example/app_store_card/ex_app_store_card.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'App Store Card Transition Demo',
      debugShowCheckedModeBanner: false,
      theme: ThemeData(primarySwatch: Colors.blue),
      home: const HomeScreen(),
    );
  }
}
0
likes
150
points
111
downloads

Publisher

verified publisherthezerone.com

Weekly Downloads

A curated set of high-quality Flutter micro-interactions designed for modern, polished apps

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on zo_micro_interactions