Last updated:
0 purchases
flutter snackbox
Flutter Snackbox #
show snackBar made easy, display snackBar without buildContext with pure dart code.
Installation #
Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
flutter_snackbox:
copied to clipboard
Import the package and use it in your Flutter App.
import 'package:flutter_approuter/flutter_snackbox.dart';
copied to clipboard
Add snackbarKey in Material App for snackBar without BuiltContext
MaterialApp(
snackbarKey: snackbarKey,
...
)
copied to clipboard
Supported Devices #
Android
IOS
Linux
Windows
Macos
Features #
✅ ShowSnackBar without BuildContext
✅ showSnackBar
Example #
showSnackBar("<message>")
copied to clipboard
Contributions #
If you find a bug or want a feature, but don't know how to fix/implement it, please fill an issue.
If you fixed a bug or implemented a feature, please send a pull request.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.