flutter_fab_visibility 0.0.2 copy "flutter_fab_visibility: ^0.0.2" to clipboard
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 #

Pub

A new Flutter package that hides the Floating action button when Up Scrolled, and visible when Down Scrolled.

Screenshot #

Getting Started #

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 #

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 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.

2
likes
140
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package that hides the Floating action button when Up Scrolled, and visible when Down Scrolled.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_fab_visibility