Swiftpack.co - Swift Packages by mdb1

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by mdb1

mdb1/ViewStateController 0.1.0
Swift/SwiftUI framework for simplified management of view state, allowing easy implementation of complex views.
⭐️ 16
🕓 28 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.1.0
28 weeks ago
- Fix issue with multiple toasts in just one modifier
0.0.9
48 weeks ago
* Just updated CI to run on macos-13
0.0.8
50 weeks ago
* Add DebugState modifier For DEBUG builds, there is a view extension that you can apply to any view, that lets you modify the state of the controller with ease. ```swift /// Applies the debug state modifier to the view. /// By tapping 3 times on the view, a modal will be displayed with options to debug /// the state of the controller. extension View { public func debugState<Info>( controller: Binding<ViewStateController<Info>>, mockInfo: Info ) -> some View { #if DEBUG // Only apply the debug state modifier in debug builds self.modifier(DebugStateModifier(controller: controller, mockInfo: mockInfo)) #endif } } ``` Usage: ```swift someView .debugState(controller: $controller, mockInfo: someMockInfo) ``` https://user-images.githubusercontent.com/5333984/231207650-8579219c-e583-4180-aeaf-c114eaf22586.mov
0.0.6
1 year ago
Add `modifyingIds` explanation in the Readme file **Full Changelog**: https://github.com/mdb1/ViewStateController/compare/0.0.5...0.0.6
0.0.5
1 year ago
* Just an update to the Readme file
0.0.4
1 year ago
## Includes: * ViewStateController * ViewStateModifier * `withViewStateModifier` method * LoadingModifierType * ErrorView * Toasts/SnackBars **Full Changelog**: https://github.com/mdb1/ViewStateController/compare/0.0.3...0.0.4
0.0.3
1 year ago
**Full Changelog**: https://github.com/mdb1/ViewStateController/compare/0.0.2...0.0.3
0.0.2
1 year ago
**Full Changelog**: https://github.com/mdb1/ViewStateController/compare/0.0.1...0.0.2
0.0.1
1 year ago
**Full Changelog**: https://github.com/mdb1/ViewStateController/commits/0.0.1
iOS macOS
mdb1/Permissions 0.0.1
SPM Package to handle iOS Permissions
⭐️ 0
🕓 1 year ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.0.1
1 year ago
* Add CameraPermissionManager **Full Changelog**: https://github.com/mdb1/Permissions/commits/0.0.1
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics