Giter VIP home page Giter VIP logo

Comments (9)

lukepighetti avatar lukepighetti commented on July 29, 2024 1

@suztomo I would be in support of this PR, personally. We have a use case where we show the avatar FileImage from onboarding if we have it, otherwise we show a FirebaseImage, but if it's not available we'd like to show a "anonymous user" style avatar.

from firebase_image.

mocha234 avatar mocha234 commented on July 29, 2024 1

@suztomo Finally found a way.

By using FadeInImage ,

I got it by:

          FadeInImage(
                      placeholder: 
                     FirebaseImage('gs://XXXXXX.appspot.com/0.jpg'),

                      image: 
                      FirebaseImage('gs://XXXXXXX.appspot.com/$someID.jpg'),
                      imageErrorBuilder: (
                    BuildContext context,
                    Object error,
                    StackTrace stackTrace
                  )
                  {
                    print("error");
                  //  return Text("error");
                    return Image(image : AssetImage('assets/testimage.jpg')) ;
                    
                    
                    },

                    )

Glad that I still can use this package, as the features really cool, and suitable for my current project.

from firebase_image.

suztomo avatar suztomo commented on July 29, 2024

With Flutter 1.17 stable release, Image widget has now has errorBuilder property.

https://api.flutter.dev/flutter/widgets/Image/errorBuilder.html

To me it seems that FirebaseImage is not the optimal place to handle image loading error. I might revisit this later (as I haven't tried Flutter 1.17), but closing this issue for now.

from firebase_image.

mocha234 avatar mocha234 commented on July 29, 2024

@suztomo Hello. By any chance, any other workaround if want to maintain using FirebaseImage?

from firebase_image.

suztomo avatar suztomo commented on July 29, 2024

@mocha234 No. Did you try the errorBuilder.

https://api.flutter.dev/flutter/widgets/Image/errorBuilder.html

from firebase_image.

mocha234 avatar mocha234 commented on July 29, 2024

@suztomo

Works on Image, Image.network, Image.asset etc. as per docs, But not in FirebaseImage, I'm thinking of trying to edit the package from my side and see how it goes, advisable?

from firebase_image.

suztomo avatar suztomo commented on July 29, 2024

Your observation indicates that FirebaseImage has not implemented certain features to tell error state. Iโ€™m afraid that I donโ€™t have answer to that. Maybe worth a new GitHub issue?

from firebase_image.

suztomo avatar suztomo commented on July 29, 2024

Great. Thank you for sharing the solution!

from firebase_image.

mocha234 avatar mocha234 commented on July 29, 2024

@suztomo But the downfall is, I can't put animation in the placeholder, e.g. Flare loading bar etc.

from firebase_image.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.