general_utilities 0.0.8 copy "general_utilities: ^0.0.8" to clipboard
general_utilities: ^0.0.8 copied to clipboard

A set of general utilites that required in any project pure in dart and cut the waste time of repetitive tasks.

General Utilities #

License: MIT

A set of general utilities useful to any flutter project and help to reduce boilerplate code.

Package contains #

Empty state widget #

Display an empty state widget with an image and text for example if you don't have data to display

You can display a scrollable body and fixed bottom, for example a list of products and fixed ADD_TO_CART button.

Restart Widget #

It can be useful when you need to apply a new config on your app, for example I used this widget into toggle app language.

Widget Route Animation #

Use Navigator.push with passing this widget and pass a custom animation.

Widget Animation #

I used this widget with ListView to apply a beautiful looking on list items.

Snackbar widget #

An overlay widget to display customizable snackbar without scaffold.

Space Widget #

A useful widget to add vertical or horizontal spacing, you can use into ROWS or COLUMNS.

Responsive Layout #

Just add your Mobile and Tablet version of UI and this widget will choose which one to display upon the current screen size.

Grid View Widget #

An easy way to add grid view without boilerplate code, just pass list of widget as children.

Otp Widget #

Make it easy to enter auth otp

Feel free to contribute and share useful widgets that prevent repetitive tasks. #

0
likes
40
pub points
20%
popularity

Publisher

unverified uploader

A set of general utilites that required in any project pure in dart and cut the waste time of repetitive tasks.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, stack_trace

More

Packages that depend on general_utilities