This package is built for easy start on a new projects. It has a lot of useful shortcuts that makes the life easier.
Note: for this package work for you, you need to install get
package and wrap your app with GetMaterialApp()
Docs coming soon ...
flutter pub add utilz
import 'package:utilz/utilz.dart';
void doSomething(){
// do something
Snacky.info("Happening, pls wait...");
Snacky.success("You did it right!", title:"Success!");
Snacky.error("You did it wrong!");
Snacky.error("You can't do so!");
}
// more coming soon