mrylmz / Prototype
Prototype is a Swift Macro project that generates SwiftUI Forms and Views for data structures and classes. It's designed to complement SwiftData Models seamlessly.
☆23Updated 7 months ago
Related projects ⓘ
Alternatives and complementary repositories for Prototype
- A new property wrapper for SwiftUI ObservableObject.☆66Updated 7 months ago
- Secure your sensitive data in SwiftUI project with ease @EncryptedAppStorage("sensitiveData") var sensitiveData = "Sensitive Data"☆48Updated last year
- A practical collection of Swift Macros that help code correctly and swiftly.☆58Updated last month
- A library that helps managing `Effect` identifiers when using "The Composable Architecture" (TCA)☆37Updated 2 years ago
- Simplify the management of your Package.swift file with PackageDSL☆92Updated last week
- Random and time-ordered UUID generation in Swift☆71Updated 2 years ago
- Communications library across Apple platforms.☆28Updated 2 years ago
- Create SwiftUI preview variants for macOS, iOS, tvOS, and watchOS with ease☆86Updated 4 years ago
- A @resultBuilder to use to bundle tasks together.☆50Updated last year
- Swift Property Wrapper for Keychain Items☆51Updated 3 years ago
- A SwiftData like `@Model` infrastructure for CoreData.☆105Updated 3 weeks ago
- A result builder that allows to define shape building closures☆59Updated 3 years ago
- Asynchronous view presentations in SwiftUI☆113Updated 10 months ago
- A framework that mimics the SwiftUI view's environment to replicate the value distribution thought your UIKit app.