awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
L

lorenzofiamingo/SwiftUI-SharedObject

0
View on GitHub↗
0 stars·0 forks·7 views

SwiftUI SharedObject

@SharedObject is an alternative to @StateObject, @ObservedObject, @EnvironmentObject to handle ObservableObject. If you need to have multiple objects of the same class persisted among multiple view instances, its difficult to handle the situation with other wrappers: with @StateObject the object…

Features

  • Architecture and State Management - Property wrapper for observable objects.
  • UI Libraries and Extensions - State sharing mechanism across SwiftUI views.

Star history

Star history chart for lorenzofiamingo/swiftui-sharedobjectStar history chart for lorenzofiamingo/swiftui-sharedobject

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to SwiftUI SharedObject

Similar open-source projects, ranked by how many features they share with SwiftUI SharedObject.
  • chrisbanes/accompanistchrisbanes avatar

    chrisbanes/accompanist

    7,822View on GitHub↗

    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.

    Kotlin
    View on GitHub↗7,822
  • apptekstudios/ascollectionviewapptekstudios avatar

    apptekstudios/ASCollectionView

    1,380View on GitHub↗

    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…

    Swift
    View on GitHub↗1,380
  • cay-zhang/swiftspeechCay-Zhang avatar

    Cay-Zhang/SwiftSpeech

    530View on GitHub↗

    SwiftSpeech Speech Recognition Made Simple

    Swift
    View on GitHub↗530
  • alisoftware/ecb5dfeaa7884fc0ce96178dfdd326f8A

    AliSoftware/ecb5dfeaa7884fc0ce96178dfdd326f8

    0View on GitHub↗
    View on GitHub↗0
See all 27 alternatives to SwiftUI SharedObject→

Frequently asked questions

What does lorenzofiamingo/swiftui-sharedobject do?

@SharedObject is an alternative to @StateObject, @ObservedObject, @EnvironmentObject to handle ObservableObject. If you need to have multiple objects of the same class persisted among multiple view instances, its difficult to handle the situation with other wrappers: with @StateObject the object…

What are the main features of lorenzofiamingo/swiftui-sharedobject?

The main features of lorenzofiamingo/swiftui-sharedobject are: Architecture and State Management, UI Libraries and Extensions.

What are some open-source alternatives to lorenzofiamingo/swiftui-sharedobject?

Open-source alternatives to lorenzofiamingo/swiftui-sharedobject include: chrisbanes/accompanist — Accompanist is a Jetpack Compose extension library providing a set of utility components and libraries that fill… apptekstudios/ascollectionview — A SwiftUI implementation of UICollectionView & UITableView. Here's some of its useful features: supports preloading… cay-zhang/swiftspeech — SwiftSpeech Speech Recognition Made Simple. alisoftware/ecb5dfeaa7884fc0ce96178dfdd326f8. cmtrounce/swurl — Asyncrounously download and display images in Swift UI. Supports progress indicators, placeholders and image… alexdrone/dispatchstore — Unidirectional, transactional, operation-based Store implementation.