your_snackbar 0.0.1 copy "your_snackbar: ^0.0.1" to clipboard
your_snackbar: ^0.0.1 copied to clipboard

Snackbar with customizable feature

Your SnackBar #

Flutter customizable SnackBar

Usage #

Add function "showYourSnackbar" for show customizable snackbar

onPressed: () => showYourSnackbar(
            context,
            child: const Row(
              mainAxisAlignment: MainAxisAlignment.center,
              children: [
                Icon(Icons.airplane_ticket, color: Colors.white),
                SizedBox(width: 20),
                Text(
                  'Ticket added',
                  style: TextStyle(color: Colors.white),
                ),
              ],
            ),
          ),

Video Frame

MIT License #

0
likes
140
points
24
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Snackbar with customizable feature

Repository (GitHub)
View/report issues

Topics

#snackbar #toast

License

MIT (license)

Dependencies

flutter

More

Packages that depend on your_snackbar