flutter_background_wraper 1.0.2 copy "flutter_background_wraper: ^1.0.2" to clipboard
flutter_background_wraper: ^1.0.2 copied to clipboard

A customizable background layout widget with loading, error, and refresh handling.

flutter_background_wraper #

A customizable Flutter widget that wraps your screen with built-in support for:

  • AppBar with title/back button
  • Scrollable/non-scrollable content
  • Error view with retry
  • Loading state
  • Pull-to-refresh

🚀 Usage #

AppBackground(
  title: 'Home',
  isLoading: false,
  isError: false,
  isRefresh: true,
  onRefresh: () async {},
  child: Text('Hello World'),
);
5
likes
0
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable background layout widget with loading, error, and refresh handling.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_background_wraper