flutter_animated_button 2.0.4 copy "flutter_animated_button: ^2.0.4" to clipboard
flutter_animated_button: ^2.0.4 copied to clipboard

A flutter package project which contains a collection of cool and beautiful button animations.

example/lib/main.dart

import 'package:example/screen/button_demo_screen.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      home: ButtonDemoScreen(),
    );
  }
}
272
likes
150
points
2.29k
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package project which contains a collection of cool and beautiful button animations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_animated_button