0 purchases
utilz
This package is built for easy start on a new projects. It has a lot of useful
shortcuts that makes the life easier.
Under development. Wait working release. Sorry. #
Note: for this package work for you, you need to install get package and wrap your app with GetMaterialApp() #
Features #
Docs coming soon ...
Getting started #
flutter pub add utilz
copied to clipboard
Usage #
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
copied to clipboard
Additional information #
https://docs.tijorat.org/flutter/utilz
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.