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

Add to Cart Button with Animation and Custom Styling for Modern Shopping apps like experience.

example/lib/main.dart

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

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

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

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: const HomePage(),
    );
  }
}
17
likes
0
points
23
downloads

Publisher

verified publisheradipt.in

Weekly Downloads

Add to Cart Button with Animation and Custom Styling for Modern Shopping apps like experience.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on add_to_cart_animated_button