Swiftpack.co - Swift Packages by spacenation

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

Packages published by spacenation

spacenation/swiftui-grid 1.1.0
:rocket: SwiftUI Grid layout with custom styles
⭐️ 958
🕓 3 years 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.
Final Release
3 years ago
This repository will be archived after this release
Custom grid styles
4 years ago
Examples and tests
4 years ago
Deployment target 13.1
4 years ago
Inlinable style
4 years ago
Release 1.0.0
4 years ago
This release contains breaking changes. 1) ScrollView has been removed from Grid 2) Padding has been removed from styles This API is now stable with 1.0.0 ```swift \\\ Scrollable grid ScrollView { Grid { ... } .padding(16) } .gridStyle( ModularGridStyle(.vertical, columns: .min(100), rows: .fixed(100)) ) ``` ```swift \\\ Static grid Grid { ... } .gridStyle( ModularGridStyle(columns: 3, rows: 2) ) ``` This allows us to embed grid anywhere since scrollview is now optional. Also it is possible now to have sections, list of grids and even grid of grids.
Removing private @State
4 years ago
Package URL
4 years ago
Grid package
4 years ago
Grid is now a separate package. Other packages have been moved to: https://github.com/swift-extensions/charts https://github.com/swift-extensions/shapes https://github.com/swift-extensions/sliders
Separating packages
4 years ago
iOS macOS watchOS tvOS
spacenation/swiftui-sliders 2.1.0
:rocket: SwiftUI Sliders with custom styles
⭐️ 744
🕓 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.
2.1.0
1 year ago
## What's Changed * Update README.md by @masamichiueta in https://github.com/spacenation/swiftui-sliders/pull/56 * Range slider minimum and maximum distance by @ay42 in https://github.com/spacenation/swiftui-sliders/pull/58 * Create swift.yml by @ay42 in https://github.com/spacenation/swiftui-sliders/pull/57 * Update README.md by @ay42 in https://github.com/spacenation/swiftui-sliders/pull/59 ## New Contributors * @masamichiueta made their first contribution in https://github.com/spacenation/swiftui-sliders/pull/56 **Full Changelog**: https://github.com/spacenation/swiftui-sliders/compare/2.0.0...2.1.0
2.0.0
1 year ago
2 years ago
2 years ago
3 years ago
3 years ago
Release 1.0.0
3 years ago
Integer types
3 years ago
It's now possible to use integers as values without type casting in binding. Works for value, range and point sliders. ```swift @State var integer: UInt8 = 128 ValueSlider(value: $integer) ```
Inlinable styles
4 years ago
Styles
4 years ago
Sliders renamed to: ```swift ValueSlider() RangeSlider() PointSlider() ``` Style customizations in: ```swift .valueSliderStyle(...) .rangeSliderStyle(...) .pointSliderStyle(...) ```
iOS macOS
spacenation/swiftui-charts 1.1.0
:rocket: SwiftUI Charts with custom styles
⭐️ 661
🕓 2 years 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.
Version 1.1.0
2 years ago
- Fixes reversed data - Adds Bar chart - Negative values Thanks to @beader , @borisyurkevich , @Sn0wfreezeDev
Version 1.0.0
3 years ago
3 years ago
3 years ago
4 years ago
iOS macOS watchOS tvOS
spacenation/swiftui-shapes 2.0.0-beta.2
:rocket: Collection of SwiftUI shapes
⭐️ 289
🕓 1 week 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.
Compiler complexity error fix
1 week ago
## What's Changed * Compiler complexity error fix by @ay42 in https://github.com/spacenation/swiftui-shapes/pull/15 **Full Changelog**: https://github.com/spacenation/swiftui-shapes/compare/2.0.0-beta.1...2.0.0-beta.2
Rounded Polygons
2 years ago
Version 1.1.0
3 years ago
- RoundedRegularPolygons (thanks to @ToddGeorgeKelly) - Replacing predefined polygons with new API ```swift RegularPolygon(sides: 32) RoundedRegularPolygon(sides: 6, radius: 20) ``` - Sides parameter is now `UInt` - Xcode Previews
Version 1.0.0
3 years ago
4 years ago
iOS macOS watchOS tvOS
spacenation/swiftui-visual-effects 2.0.0
:rocket: Visual effects for SwiftUI
⭐️ 15
🕓 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.
Release 2.0.0
1 year ago
3 years ago
3 years ago
Release 1.0.0
3 years ago
4 years ago
iOS macOS
spacenation/storekit-plus 3.0.0-beta.3
:rocket: Collection of useful StoreKit extensions
⭐️ 10
🕓 48 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.
3.0.0-beta.3
48 weeks ago
## What's Changed * StoreKitPlus by @ay42 in https://github.com/spacenation/storekit-plus/pull/29 **Full Changelog**: https://github.com/spacenation/storekit-plus/compare/3.0.0-beta.2...3.0.0-beta.3
3.0.0-beta.2
48 weeks ago
## What's Changed * Store actor by @ay42 in https://github.com/spacenation/apple-storefront/pull/28 **Full Changelog**: https://github.com/spacenation/apple-storefront/compare/3.0.0-beta.1...3.0.0-beta.2
3.0.0-beta.1
1 year ago
## What's Changed * Store actor by @ay42 in https://github.com/spacenation/apple-storefront/pull/27 **Full Changelog**: https://github.com/spacenation/apple-storefront/compare/2.0.1...3.0.0-beta.1
2.0.1
1 year ago
## What's Changed * Update Package.swift by @ay42 in https://github.com/spacenation/apple-storefront/pull/26 **Full Changelog**: https://github.com/spacenation/apple-storefront/compare/2.0.0...2.0.1
2.0.0
1 year ago
## What's Changed * Storefront by @ay42 in https://github.com/spacenation/apple-storefront/pull/25 **Full Changelog**: https://github.com/spacenation/apple-storefront/compare/1.1.0...2.0.0
2.0.0-beta.2
1 year ago
**Full Changelog**: https://github.com/spacenation/apple-storefront/compare/2.0.0-beta.1...2.0.0-beta.2
2.0.0-beta.1
1 year ago
## What's Changed * Storefront by @ay42 in https://github.com/spacenation/apple-storefront/pull/25 **Full Changelog**: https://github.com/spacenation/apple-storefront/compare/1.1.0...2.0.0-beta.1
tvOS support
2 years ago
Release 1.0.0
3 years ago
Review
4 years ago
iOS macOS watchOS tvOS
spacenation/swift-version 1.0.1
:rocket: Semantic versioning 2.0.0
⭐️ 8
🕓 2 years 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.
Swift 5.4
2 years ago
Release 1.0.0
3 years ago
4 years ago
spacenation/network-extensions 1.1.0
:rocket: Collection of useful Network extensions
⭐️ 7
🕓 2 years 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.
tvOS Support
2 years ago
Release 1.0.0
3 years ago
4 years ago
4 years ago
5 years ago
5 years ago
iOS macOS tvOS
spacenation/swift-colors 1.1.1
:rocket: RGB, HSB, HSBK, HSV colors
⭐️ 6
🕓 2 years 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.
Swift 5.4
2 years ago
Kelvin and HSBK
3 years ago
Release 1.0.0
3 years ago
HSBColor
3 years ago
Dominant Color
3 years ago
HSV and RGB
3 years ago
Hue
4 years ago
4 years ago
spacenation/swift-dictionary-builder 0.1.0
:rocket: Dictionary result builder for Swift
⭐️ 5
🕓 2 years 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.
Init
2 years ago
spacenation/apple-review 1.0.0
:rocket: Engagement based review prompt
⭐️ 1
🕓 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.
1.0.0
1 year ago
## What's Changed * Update swift.yml by @ay42 in https://github.com/spacenation/apple-review/pull/1 * Update Package.swift by @ay42 in https://github.com/spacenation/apple-review/pull/2 ## New Contributors * @ay42 made their first contribution in https://github.com/spacenation/apple-review/pull/1 **Full Changelog**: https://github.com/spacenation/apple-review/commits/1.0.0
1.0.0-beta.1
1 year ago
iOS macOS tvOS

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