Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RxLoader does not initiate spinner #27

Closed
ValeriusGC opened this issue Sep 10, 2019 · 1 comment
Closed

RxLoader does not initiate spinner #27

ValeriusGC opened this issue Sep 10, 2019 · 1 comment

Comments

@ValeriusGC
Copy link

Hi!
I realized RxLoader in that way

child: RxLoader<List<Some>>(
 key: Key('___aaa___'),
 spinnerKey: Key('___bbb___'),
 radius: 25.0,
 commandResults: _mng.getList.results,
 dataBuilder: (ctx, data) {
   // some code
 },
 placeHolderBuilder: (context) {
   // some code
 },
 errorBuilder: (context, ex) {
 // some code
 })

but no any spinner at all, only placeHolderBuilder, and placeHolderBuilder.
Of course, subscribing on isExecuting works, but how about RxLoader as handy aggregate?

@ValeriusGC
Copy link
Author

My fault. Used it incorrect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant