snackbar 1.0.2 copy "snackbar: ^1.0.2" to clipboard
snackbar: ^1.0.2 copied to clipboard

Simple snackbar, requires the use of GetX

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();
4
likes
110
pub points
86%
popularity

Publisher

verified publisherarcane.art

Simple snackbar, requires the use of GetX

Homepage

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

flutter, get

More

Packages that depend on snackbar