widgets_box 0.0.4 copy "widgets_box: ^0.0.4" to clipboard
widgets_box: ^0.0.4 copied to clipboard

A Flutter package for efficient UI state management, handling loading, empty views, content display, caching, and pull-to-refresh with customizable widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add widgets_box

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  widgets_box: ^0.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:widgets_box/widgets_box.dart';
1
likes
150
points
40
downloads

Publisher

verified publisherabdelrahman.ghanem.eg

Weekly Downloads

A Flutter package for efficient UI state management, handling loading, empty views, content display, caching, and pull-to-refresh with customizable widgets.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, country_code_picker, flutter, flutter_localizations, flutter_svg, intl, lottie, smart_localize

More

Packages that depend on widgets_box