async_loader
async_loader copied to clipboard
A flutter plugin for loading content asynchronously.
Async_loader upgraded to null safety
Any plans to migrate this package to null-safety soon?
Closes #25
**Is your feature request related to a problem? Please describe.** Currently, delay must be wired up to the widget imperatively. **Describe the solution you'd like** Add delay property - If...
Want to avoid multiple loading calls if one is in progress
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
forceReload can allow you to have always actual data. Without this fix I can not get new info after setState(); Example: I get initial state of some async task. Then...
**Is your feature request related to a problem? Please describe.** This is to standardize closely to Flutter widgets that use a builder function rather than a render function. **Describe the...
**Is your feature request related to a problem? Please describe.** Currently, timeout and its errors must be wired up to the widget imperatively. **Describe the solution you'd like** Add timeout...
**Is your feature request related to a problem? Please describe.** Currently, the future is executed soon as the widget is rendered. Should allow for more fine grained control of loading....