flutter_fab_visibility 0.0.2
flutter_fab_visibility: ^0.0.2 copied to clipboard
A new Flutter package that hides the Floating action button when Up Scrolled, and visible when Down Scrolled.
Flutter FAB Visibility #
A new Flutter package that hides the Floating action button when Up Scrolled, and visible when Down Scrolled.
Screenshot #

Getting Started #
- To add the following dependency to your pubspec.yaml
flutter_fab_visibility: 0.0.1
Usage #
VisibleFAB(
onPressed: (){
Navigator.pop(context)
}
child: Icon(
Icons.add,
),
)
Features #
[*] Compatible on Android and iOS.
Show some ❤️ and star the repo to support the project #
Example App #
Created & Maintained By #
If you found this project helpful or you learned something from the source code and want to thank me darshan51081@gmail.com
License #
Copyright 2022 Darshan N
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Docs #
For help getting started with Flutter, view our online documentation.
Additional information #
This package is Light-weight with every properties of Floating Action Button.