ready_view 1.0.0+4 copy "ready_view: ^1.0.0+4" to clipboard
ready_view: ^1.0.0+4 copied to clipboard

When developing with Flutter, it is often necessary to use asynchronous operations when fetching information from networks or databases. In such cases, we need to include loading widgets on our pages, [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ready_view

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

dependencies:
  ready_view: ^1.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:ready_view/ready_view.dart';
3
likes
150
pub points
0%
popularity

Publisher

verified publisherjunelee.fun

When developing with Flutter, it is often necessary to use asynchronous operations when fetching information from networks or databases. In such cases, we need to include loading widgets on our pages, track the completion of loading, and display the original view once the loading is complete. Including this series of code can make the view code quite complex and messy. Therefore, the ready_view library offers a simple and elegant solution for handling asynchronous actions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ready_view