progressive_fab 0.0.2
progressive_fab: ^0.0.2 copied to clipboard
A customizable Progressive Floating Action Button (FAB) for Flutter.
progressive_fab #
A Flutter package providing a progressive Floating Action Button (FAB) for your applications.
Features #
- Customizable progressive FAB for Flutter.
- Easy integration and usage.
Installation #
Add the following to your pubspec.yaml:
dependencies:
progressive_fab: ^1.0.0
Then run:
flutter pub get
Usage #
Import the package:
import 'package:progressive_fab/progressive_fab.dart';
Use the widget in your app:
// Example usage
ProgressiveFab(
// Add your parameters here
)
License #
This project is licensed under the MIT License. See the LICENSE file for details.