Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tensor-programming/diamond_fab
- Owner: tensor-programming
- License: mit
- Created: 2018-05-28T04:51:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T15:43:33.000Z (about 6 years ago)
- Last Synced: 2024-10-03T08:16:55.241Z (3 months ago)
- Topics: aesthetics, android, flutter, ios, material-design
- Language: Dart
- Homepage:
- Size: 134 KB
- Stars: 24
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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")