snackify 1.0.1
snackify: ^1.0.1 copied to clipboard
A customizable and fancy SnackBar widget for Flutter with advanced customization options, such as background color, text style, icon support, margin, and more.
Snackify #
A customizable and fancy SnackBar
widget for Flutter that provides an easy way to display SnackBars with advanced customization options, such as background color, text style, icon support, margin, and more.
Features #
- Customizable SnackBar: Fully customizable with options for background color, text style, and more.
- Icon Support: Add an optional icon to the Snackbar.
- Custom Duration: Set the display duration of the Snackbar.
- Elevation & Shape: Control the elevation and shape (with border radius) of the Snackbar.
- Floating Snackbar: Floating Snackbar behavior with customizable margins and padding.
- Icon Customization: Change the icon color, size, and add spacing between the icon and text.
Installation #
To use Snackify
in your Flutter project, add the following dependency to your pubspec.yaml
file:
dependencies:
snackify: ^1.0.0
To use `Snackify` in your Dart file, import it as follows:
```dart
import 'package:snackify/snackify.dart';