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

[BUG] #469

Closed
abozozzaher opened this issue Sep 19, 2021 · 2 comments
Closed

[BUG] #469

abozozzaher opened this issue Sep 19, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@abozozzaher
Copy link

       child: Container(
                height: 400,
                child: productImage != null
                    ? PhotoView(
                        enableRotation: true,
                        imageProvider: NetworkImage(
                          'https://resocoder.com/wp-content/uploads/2019/04/thumbnail-2.png',
                        )
                        //(productImage),
                        )
                    : Container(),),

Why does the image not appear, and if I request the image from a local, it appears without problems?

image

@abozozzaher abozozzaher added the bug Something isn't working label Sep 19, 2021
@remi-martin
Copy link

Same here

@override
  Widget build(BuildContext context) {
    return Scaffold(
      body: Center(
        child: PhotoView(
          imageProvider: NetworkImage("https://www.industrialempathy.com/img/remote/ZiClJf-1920w.jpg"),
          minScale: PhotoViewComputedScale.contained,
        ),
      ),
    );
  }

@renancaraujo
Copy link
Member

Dupe of #464

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants