Skip to content

0.4.0

Compare
Choose a tag to compare
@alialbaali alialbaali released this 24 Jul 18:34
· 385 commits to main since this release
  • Update dependencies by @cmota #14 #20 #21.
  • Fix loading ImageVector in lazyPainterResource.
  • Prevent loading data many times in lazyPainterResource by using remember(data, resourceConfig).
  • Fix catching exceptions in Flow by @Syer10 #18.
  • Remove unused dependencies by @Syer10 #19.
  • Add a handy function httpFetcher(client: HttpClient) to pass Ktor client directly #16.