ColorfulX is an implementation using Metal for crafting multi-colored gradients. ColorfulX Platform UIKit and AppKit platforms are generally supported. Due to MTKView not available on visionOS, it’s not supported....
Customize your country text field for Jetpack Compose. Usage val phoneNumber = remember { mutableStateOf("") } val showError = remember { mutableStateOf(false) } CountryCP( modifier =...
IMSwitch is a SwiftUI toggle component with image options. It provides a visually appealing and customizable way to toggle between two options. An easy to use,...
This is a KMP project for Android, IOS, Desktop and Wear Os with shared UI using Compose UI. The project consumes data from the FreeToGame Api. The...
Delightful SwiftUI effects for your app. Pow Overview Pow features a selection of SwiftUI transitions as well as Change Effects that trigger every time a value is updated. You can...
FlexibleBottomSheet is an advanced Jetpack Compose bottom sheet that allows you to implement segmented sizing and non-modal type, similar to Google Maps. It also offers additional...
Lay out your data in the blink of an eye. Keep your code clean. GridView is a free, and open-source library for SwiftUI that makes creating...
A KSP library that helps you generate type safe code with minimal effort and provides out of the box solutions to bundle everything together and scale...
This open-access course is directed at those who are already familiar with C and object-oriented programming towards a proficiency level of C++ programming. The course covers the basics...
With Variablur, you can create variable blur effects that you control with a mask. Because you draw the mask using a GraphicsContext, it can contain gradients, shapes,...
Reorderable is a simple library that allows you to reorder items in LazyColumn and LazyRow as well as Column and Row in Jetpack Compose with drag and drop. Features Supports items of different sizes...
Kingfisher is a powerful, pure-Swift library for downloading and caching images from the web. It provides you a chance to use a pure-Swift way to work...
Exposed is a lightweight SQL library on top of JDBC driver for Kotlin language. Exposed has two flavors of database access: typesafe SQL wrapping DSL and...
Acknowledgements screen displaying a list of licenses, for example from CocoaPods and Swift Package Manager dependencies. Features Load acknowledgments from CocoaPods-generated files (Pods-###-acknowledgements.plist) Load acknowledgments from Swift Package Manager files...
🚀A Jetpack Compose utility library for converting Composable content into Bitmap image 🖼️. 💡Introduction In the previous View system, drawing Bitmap Image from View was very straightforward. But...
This project is a Twitter UI clone built entirely with Jetpack Compose, inspired by Twitter’s recent adoption of this technology in their Android app. The goal...
In yet another annual Octoverse survey, GitHub takes stock of the largest software repository.
A customizable, floating tab bar, with a material background, written entirely with SwiftUI. TabBarContainer binds your apps views to tabs, using @ViewBuilder. TabBarItemPreferenceKey is used to...
LocalSend is a cross-platform app that enables secure communication between devices using a REST API and HTTPS encryption. Unlike other messaging apps that rely on external...
Jetpack Compose animation library that allows you to implement animations such as shared element transition. This library support Kotlin Multiplatform (Android, iOS, Desktop, macOS, and js)....