An open API service indexing awesome lists of open source software.

https://github.com/darshn-n/flutter_fab_visibility

A new Flutter package that hides the Floating action button when Up Scrolled, and visible when Down Scrolled.
https://github.com/darshn-n/flutter_fab_visibility

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Flutter FAB Visibility

[![Pub](https://img.shields.io/pub/v/flutter_fab_visibility.svg)](https://pub.dartlang.org/packages/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](https://github.com/darshn-n/flutter_fab_visibility)

```yaml
flutter_fab_visibility: 0.0.1
```

## Usage

```dart
VisibleFAB(
onPressed: (){
Navigator.pop(context)
}
child: Icon(
Icons.add,
),
)
```

## Features

[*] Compatible on Android and iOS.

### Show some :heart: and star the repo to support the project

### Example App

[My Example](https://github.com/darshn-n/flutter_fab_visibility/blob/master/example/example_app.dart)

### Created & Maintained By

[Darshan N](https://github.com/darshn-n)

> If you found this project helpful or you learned something from the source code and want to thank me

# 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](https://flutter.dev/).

## Additional information

This package is Light-weight with every properties of Floating Action Button.