Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free. Learn more →
Kingfisher Alternatives
Similar projects and alternatives to Kingfisher
-
SDWebImage
Asynchronous image downloader with cache support as a UIImageView category
-
AlamofireImage
AlamofireImage is an image component library for Alamofire
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
-
-
SDWebImageSwiftUI
SwiftUI Image loading and Animation framework powered by SDWebImage
-
-
ImageSlideshow
Swift image slideshow with circular scrolling, timer and full screen viewer
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
-
-
swift-composable-architecture
A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
-
react-native-fast-image
🚩 FastImage, performant React Native image component.
-
GRDB.swift
A toolkit for SQLite databases, with a focus on application development
-
HanekeSwift
A lightweight generic cache for iOS written in Swift with extra love for images.
-
-
-
-
ReactiveCocoa
Cocoa framework and Obj-C dynamism bindings for ReactiveSwift.
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
Kingfisher reviews and mentions
-
Question about Apple's review
The 3rd party library I use GRDB SwiftyUserDefaults Kingfisher SwiftDate Popovers
-
How do you guys handle image caching?
In native iOS, most people use Kingfisher, and i'd love to have something as good as that on our RN app. Perhaps just some pure JS library that you could plug on the existing image component, and that would handle the saving-to-disk and fetching of the image?
-
Cracking the iOS Interview
Kingfisher - Download and cache images
-
Almost Netflix: An iOS Netflix Clone built with Appwrite
Make sure the proper target is selected in the Add to target in the dialog as shown above, then click Add Package button. The package should successfully be added to your project. Now following the same process, this time search for the Kingfisher package using the GitHub URL as the following https://github.com/onevcat/Kingfisher.
-
Awesome macOS Libraries List
Kingfisher - A lightweight, pure-Swift library for downloading and caching images from the web. Language: Swift.
- What is your favorite SwiftUI library?
-
How can I get the image from a URL and make it UIImage?
Urlsession is the native approach, but there are also libraries that asynchronously download and show the images like SDWebImage or Kingfisher
-
The Composable Architecture tutorial
// swift-tools-version:5.3 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription let package = Package( name: "DogBreedsComponent", platforms: [.iOS(.v14)], products: [ .library( name: "DogBreedsComponent", targets: ["DogBreedsComponent"] ), ], dependencies: [ // 1. .package( name: "swift-composable-architecture", url: "https://github.com/pointfreeco/swift-composable-architecture.git", .exact("0.17.0") ), // 2. .package( name: "Kingfisher", url: "https://github.com/onevcat/Kingfisher", .exact("6.2.1") ) ], targets: [ .target( name: "DogBreedsComponent", dependencies: [ .product(name: "ComposableArchitecture", package: "swift-composable-architecture"), .product(name: "Kingfisher", package: "Kingfisher") ] ), .testTarget( name: "DogBreedsComponentTests", dependencies: [ "DogBreedsComponent", .product(name: "ComposableArchitecture", package: "swift-composable-architecture") ] ), ] )
-
How do you handle fetching data from REST API and caching?
Image loading, displaying and caching is a very similar problem and it seems there are some pretty good solutions available (e.g. Kingfisher), so I'm quite surprised that I'm struggling to find a popular/reliable/stable solution for (REST) API data.
-
Library Suggestion needed for Image, Video and GIF
https://github.com/onevcat/Kingfisher is one of many.
-
A note from our sponsor - Mergify
blog.mergify.com | 29 Sep 2023
Stats
onevcat/Kingfisher is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Kingfisher is Swift.