snackbar

Creator: coderz1093

Last updated:

Add to Cart

Description:

snackbar

Simple snackbar
Usage #
import 'package:snackbar/snackbar.dart';
// Simple snackbar
snack("Hello World");

// Snack with a button
snackUndo("Deleted XYZ", () {
// It was NOT undone, proceed with deletion
}, undoText: "Undo",
duration: const Duration(seconds: 5));

// Clear the current snackbar
clearSnackbar();
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.