Replies: 1 comment
-
No plans for this - I'd recommend using an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there are plans to provide a size to the request builder, similar to how Accompanist was handling it:
requestBuilder: (ImageRequest.Builder.(size: IntSize) -> ImageRequest.Builder)? = { this },
Or possibly a Compose SizeResolver?
At the moment I'm having trouble getting the width of an Image composable so I can build a url with the size included
Beta Was this translation helpful? Give feedback.
All reactions