reusable_button 0.0.1  reusable_button: ^0.0.1 copied to clipboard
reusable_button: ^0.0.1 copied to clipboard
A Flutter package providing a set of reusable buttons including elevated, text, route-based, and visibility-controlled buttons with built-in loading support and flexible customization options.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 #
Added #
- AppButton: Customizable ElevatedButton with optional loading and logo.
- AppTxtBtn: Row with a text and a text button, supporting loading state.
- AppTxtRouteButton: Text button that navigates to a specified route.
- VisibilityButton: ElevatedButton with visibility control.
Features #
- Loading indicator support via loading_builder.
- Optional disabling of touch during loading.
- Route navigation integration.
- Customizable button and text colors.
- Lightweight and reusable design.