snack 2.0.0 copy "snack: ^2.0.0" to clipboard
snack: ^2.0.0 copied to clipboard

An extension library for easier access to commonly used functionality for SnackBars

snack

snack pub style: pedantic license

Extensions for SnackBars and other goodies 🍭

Usage #

SnackBar().show(context);

Example #

class Example extends StatelessWidget {
  final bar = SnackBar(content: Text('Hello, world!'));
  @override
  Widget build(BuildContext context) {
    return Scaffold(
      body: RaisedButton(
        child: Text('Show snack'),
        onPressed: () => bar.show(context),
      ),
    );
  }
}
22
likes
160
points
66
downloads

Publisher

verified publishermolland.sh

Weekly Downloads

An extension library for easier access to commonly used functionality for SnackBars

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on snack