animbutton 1.0.3 copy "animbutton: ^1.0.3" to clipboard
animbutton: ^1.0.3 copied to clipboard

Flutter animated button package: Elegant UI interactions with smooth animations, customizable styles, and seamless integration across the platforms.

example/lib/main.dart

import 'package:example/src/example.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(
      title: 'Flutter Demo',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: const Example(),
    );
  }
}
3
likes
150
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter animated button package: Elegant UI interactions with smooth animations, customizable styles, and seamless integration across the platforms.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on animbutton