Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tensor-programming/diamond_fab

A Diamond Floating Action Button for Flutter
https://github.com/tensor-programming/diamond_fab

aesthetics android flutter ios material-design

Last synced: 2 months ago
JSON representation

A Diamond Floating Action Button for Flutter

Awesome Lists containing this project

README

        

# Material Design Diamond FAB

A simple package for adding a Diamond Floating Action Button or FAB to a flutter application. This FAB also allows for a notch to be made inside of the Bottom Application Bar or Bottom Navigation Bar based on the positioning.

FAB code is based on the Material Design specification.

## Getting Started

Add this to your package's pubspec.yaml file:

```
dependencies:
diamond_fab: "^0.1.1"
```

## Screenshots

![Center docked with wider margin](./images/center-docked.jpg "Center Docked with wide margin")
![Center Float with normal margin](./images/center-float.jpg "Center Float with normal margin")
![End docked with narrow margin](./images/end-docked.jpg "End docked with narrow margin")