Swiftpack.co - Swift Packages by CoolONEOfficial

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

Packages published by CoolONEOfficial

CoolONEOfficial/NativePartialSheet 3.0.1
🔥 Native partial customizable SwiftUI sheets from iOS 15.0
⭐️ 119
🕓 5 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.1 Fixed dismissal in NavigationView
5 weeks ago
3.0.0 Fixed unexpected dismissal and renamed methods (sheet -> nativePartialSheet)
13 weeks ago
3.0.0 Fixed [unexpected dismissal](https://github.com/CoolONEOfficial/NativePartialSheet/issues/6) and renamed methods (sheet -> nativePartialSheet)
2.0.5 Fix unexpected dismiss issue
37 weeks ago
2.0.4 Fix sizing priority issue
41 weeks ago
Fixed an issue where a view was taking up all available space. ```swift struct ContentView: View { @State private var showMore: Bool = false var body: some View { VStack { Spacer() Text("ABCDEFG") Text("HIJKLMNOP") Text("Show sheet") .onTapGesture { showMore = true } .sheet(isPresented: $showMore) { Text("Sheet content") } .presentationDetents([ .large, .medium ]) } } } ```
2.0.3 Environment \.dismiss support
46 weeks ago
Now you can use `@Environment(\.dismiss)` 🎉
2.0.2 Shadow preferences
1 year ago
2.0.1 Add shadow and color params
1 year ago
2.0.0 Native-like api
1 year ago
1.0.4 Fix interactive dismiss on iOS 16
1 year ago
1.0.3 Runtime detents changes support
1 year ago
iOS
CoolONEOfficial/Botter 0.1.3
🤖 Crossplatform chatbot framework for Swift supporting Telegram & VK
⭐️ 101
🕓 39 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.3
38 weeks ago
Update deps Minor changes
0.1.2
2 years ago
Update deps Minor changes
0.1.1
3 years ago
Updated Vkontakter
0.1.0
3 years ago
macOS linux macOS iOS
CoolONEOfficial/TinySliderPublishPlugin 0.1.5
Plugin with TinySlider that allows you to embed the slider with pictures in your posts
⭐️ 2
🕓 41 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.5 Added minimized images config
41 weeks ago
0.1.5 Added minimized images config
0.1.4
1 year ago
Publish 0.9.0 support
0.1.3
2 years ago
Minor UI fixes, stability improvements
0.1.2
2 years ago
0.1.1
3 years ago
0.1.0
3 years ago
iOS macOS

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