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

loadingBuilder #1

Open
Digvijaysinh2204 opened this issue Apr 13, 2024 · 6 comments
Open

loadingBuilder #1

Digvijaysinh2204 opened this issue Apr 13, 2024 · 6 comments

Comments

@Digvijaysinh2204
Copy link

loading Builder not work perfect

@redevrx
Copy link
Owner

redevrx commented Apr 17, 2024

you have code ? @Digvijaysinh2204

@Digvijaysinh2204
Copy link
Author

Digvijaysinh2204 commented Apr 17, 2024 via email

@Digvijaysinh2204
Copy link
Author

Digvijaysinh2204 commented Apr 17, 2024 via email

@redevrx
Copy link
Owner

redevrx commented Apr 17, 2024

@Digvijaysinh2204 you using flutter ?

@redevrx
Copy link
Owner

redevrx commented Apr 17, 2024

@Digvijaysinh2204 I solve it and will public now you can try

RxImage.cacheNetwork(
                      url: items[index],
                      fit: BoxFit.cover,
                      loadingBuilder: (context, child, loadingProgress) {
                        return const CircularProgressIndicator();
         },
);

redevrx added a commit that referenced this issue Apr 17, 2024
redevrx added a commit that referenced this issue Apr 17, 2024
redevrx added a commit that referenced this issue Apr 17, 2024
@Digvijaysinh2204
Copy link
Author

Digvijaysinh2204 commented Apr 17, 2024 via email

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

2 participants