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

A reusable animated modern button widget for Flutter

🟦 Button Hub #

A Flutter button library that brings beauty, animation, and style into your UI. #


πŸš€ About Button Hub #

Button Hub is a lightweight Flutter UI package containing stylish, animated buttons crafted to look modern, smooth, and production-ready. It helps developers add beautiful buttons in just one line, without writing long UI code again and again.

✨ Perfect for βœ” Login pages βœ” E-commerce apps βœ” Landing pages βœ” Dashboards βœ” Settings screens βœ” Anywhere you want awesome buttons!


🎨 Features #

  • πŸ”₯ Beautiful pre-built animated buttons
  • 🌈 Smooth hover, press & scale animations
  • 🧩 Plug-and-play widgets
  • πŸ“± Responsive for Android, iOS & Web
  • πŸ–₯ Supports mouse hover on web/desktop
  • πŸŽ› Fully customizable
  • πŸͺΆ Lightweight and clean code

πŸ“¦ Installation #

flutter pub add button_hub

⚑ Usage Example #

import 'package:flutter/material.dart';
import 'package:button_hub/button_hub.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        backgroundColor: Colors.grey.shade200,
        body: Center(
          child: Button73(
            text: "Click Me!",
            onTap: () {
              print("Button Pressed!");
            },
          ),
        ),
      ),
    );
  }
}

That's it! One line β†’ ready, animated, beautiful button. πŸŽ‰


🧩 Included Buttons #

Button Name Description
Button73 A modern glossy button inspired by web UI with hover animation
More soon… New buttons will be added continuously

🀝 Contributing #

Contributions are always welcome! If you have a new button idea β†’ send a PR or open an issue.


⭐ Support the Project #

If this package helps you, consider giving it a star ⭐ on GitHub. It motivates me to build more awesome Flutter UI components!


πŸ“„ License #

This project is licensed under the MIT License β€” free for personal & commercial use.


πŸ’™ Made with love for the Flutter community #

By πŸ’–CodepataπŸ’–


2
likes
130
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A reusable animated modern button widget for Flutter

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_inset_box_shadow

More

Packages that depend on button_hub