general_utilities 0.0.5+1 copy "general_utilities: ^0.0.5+1" to clipboard
general_utilities: ^0.0.5+1 copied to clipboard

outdated

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

general_utilities #

A set of general tools needed by any flutter project, shared to avoid boilerplate code.

Package contains #

Data loading widget #

Showing a CircularProgressIndicator with theme secondary color, with title below.

Widget with body it can be Scrolling part and footer it can be a static button.

No Data Widget #

It can be useful when you need to show a state with image to the user

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.

Utilities.showSnackBar #

Workaround to show snackBar without need to Scaffold.

Vertical and Horizontal Spacing #

Flexible spacing widget you always need to use for example in columns or rows

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 #

Wrapper to help you easily setup a grid view without boilerplate code.

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

0
likes
0
pub points
21%
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

unknown (LICENSE)

Dependencies

flutter, flutter_svg

More

Packages that depend on general_utilities