Last updated:
0 purchases
flutter fab visibility
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
copied to clipboard
Usage #
VisibleFAB(
onPressed: (){
Navigator.pop(context)
}
child: Icon(
Icons.add,
),
)
copied to clipboard
Features #
[*] Compatible on Android and iOS.
Show some ❤️ and star the repo to support the project #
Example App #
My Example
Created & Maintained By #
Darshan N
If you found this project helpful or you learned something from the source code and want to thank me [email protected]
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.
copied to clipboard
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.