Packages

How to use Guarded Button in Flutter with ease

We all need to disable or temporarily prevent button clicks. So I have a piece of good news. You can do very easily this with this package. This package was created by Disregard-Therest and is realized under BSD-3-Clause license. The project on pub.dev and GitHub page. https://pub.dev/packages/guarded_button https://github.com/Disregard-Therest/guarded_button A Flutter package that includes Material buttons …

How to use Guarded Button in Flutter with ease Read More »

How to generate random almost everything in Flutter

Flutter random_x – generate random everything (almost) random_x is a fantastic package library where you can randomly generate almost everything. This package was created by Joseph Yaduvanshi. As the author said: Random_X is a Random Library For all of your random needs for your projects that you’ll ever need(possibly). This library also offers several configurable parameters in a …

How to generate random almost everything in Flutter Read More »