27 open-source projects similar to lorenzofiamingo/swiftui-sharedobject, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best SwiftUI SharedObject alternative.
Accompanist is a Jetpack Compose extension library providing a set of utility components and libraries that fill functional gaps in the declarative UI framework. The project provides an adaptive layout toolkit for building user interfaces that automatically adjust based on Android screen size and device configuration. It includes a renderer for converting standard Android Drawable assets into formats compatible with a declarative painting system, as well as a manager for requesting and tracking Android system permissions.
A SwiftUI implementation of UICollectionView & UITableView. Here's some of its useful features: supports preloading and onAppear/onDisappear. supports cell selection, with automatic support for SwiftUI editing mode. supports autosizing of cells. supports the new…
Asyncrounously download and display images in Swift UI. Supports progress indicators, placeholders and image transitions.
A easy-to-use SwiftUI view for Tinder like cards on iOS, macOS & watchOS.
A collection of Swift Property Wrappers (formerly "Property Delegates")
The easiest way to implement font icons in your SwiftUI project.
FlowStacks allows you to hoist SwiftUI navigation and presentation state into a Coordinator
Fluxus is an implementation of the Flux pattern for SwiftUI that replaces MVC, MVVM, Viper, etc. Organize all your model data into a store and easily access in your views. Use mutations to modify your app's state. Use actions to perform asynchronous operations. Keep your models and views as…
One of the biggest idea for having MVVM is that most of data flow can be testable. Data binding in view layer by SwiftUI is awesome. However, this project has view model layer to make it testable as much as possible. This idea can be achieved by Flux or Redux as well, but I chose MVVM first…
Sunburst diagram is a library written with SwiftUI to easily render diagrams given a tree of objects. Similar to ring chart, sunburst chart, multilevel pie chart.
SyntaxHighlight makes TextMate-style syntax highlighting easy for SwiftUI.
SwiftUI Todo app example using a React/Redux monolithic state store with flux like dispatch/reduce actions
🟣 A robust Swift state-management framework designed for complex applications, featuring an integrated ORM for efficient data handling.
NOTE If you'd like to see QGrid in action, check out this demo of early alpha version of QDesigner (see video below). Install Beta of QDesigner: https://testflight.apple.com/join/aSXW5tVp Install a companion QDesigner Client on iPhone, to see your UI design on a target device, updated in…
💾 Swifty and modern UserDefaults
⌨️ Add user-customizable global keyboard shortcuts (hotkeys) to your macOS app in minutes
Just pass in some view controllers and this package will take care of the rest. Built-in SwiftUI support.
Unidirectional, transactional, operation-based Store implementation.