Replies: 2 comments 23 replies
-
I'm going to begin working on this. My idea is to create a new parameter The reason for This solution takes care of the 2nd - 5th and 7th items on that list. I think the custom image loading needs a separate parameter which I can add in my commit using the PR from #183 ( Edit: PR pushed at #503 for testing What are your thoughts @erickok? |
Beta Was this translation helpful? Give feedback.
-
Intro:I've personally been thinking about this one for a while, and it looks like we have a proposal from @tneotia along with a basic implementation in a PR, but I would like to propose a different solution. Please excuse my likely bad psuedo-code Dart. I'm a Go developer and typically don't dive too deep in using Dart/Flutter Proposal:In order to better accommodate needs of people who would like to create their own image URI resolvers and renderers, I propose that we use a "registration" model for creating URI resolvers, which would involve extension of the The
|
Beta Was this translation helpful? Give feedback.
-
We should think of a good API to customize image loading. As it stands we lack many features that users seem to want. Here is a partial list of those wishes:
Clearly we need to extend the possibilities. Let's evaluate what is currently possible with a
customRenderer
already and see if we can provide some API by which users can do custom things without having to override the whole default image loading strategy.Beta Was this translation helpful? Give feedback.
All reactions