Swiftpack.co - Swift Packages by futuredapp

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

Packages published by futuredapp

futuredapp/TFBubbleItUp 2.1.0
Custom view for writing tags, contacts and etc. - written in Swift
⭐️ 330
🕓 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.
Futured BubbleItUp
4 years ago
Rebrand company name.
Swift 5.0
4 years ago
Editing methods and bugfixes
8 years ago
Adding or removing items programmatically, bugfixes
8 years ago
Introduces Validation
8 years ago
Items can be validate now. See README.md for more informations.
iOS
futuredapp/Sonar 5.1.0
Radar style view written in swift
⭐️ 129
🕓 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.
Futured Sonar
4 years ago
Rebrand to new company name.
Swift 5 support
4 years ago
Swift 3 support
7 years ago
Thanks @mamdouhweb for help 😊
Bugfixes and Swift 2.2 ready
8 years ago
Universal layout protocol
8 years ago
Newly layout of the Sonar is determined via SonarViewLayout protocol. Sonar comes with one default layout SonarViewCenteredLayout but you can create your own.
iOS tvOS
futuredapp/FuntastyKit v1.3.0
A collection of Swift utilities and protocols used in our projects
⭐️ 30
🕓 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.
v2.3.0: Configuring coordinator and housekeep
2 years ago
## What's Changed * Remove SwiftLint installation step by @mkj-is in https://github.com/futuredapp/FuntastyKit/pull/95 * Bump addressable from 2.7.0 to 2.8.0 by @dependabot in https://github.com/futuredapp/FuntastyKit/pull/94 * Fix typos in Coordinator.swift by @michalsrutek in https://github.com/futuredapp/FuntastyKit/pull/96 * Configuring coordinator protocol by @RomanPodymov in https://github.com/futuredapp/FuntastyKit/pull/97 * Release 2.3.0 by @mkj-is in https://github.com/futuredapp/FuntastyKit/pull/98 ## New Contributors * @michalsrutek made their first contribution in https://github.com/futuredapp/FuntastyKit/pull/96 **Full Changelog**: https://github.com/futuredapp/FuntastyKit/compare/2.2.2...2.3.0
v2.2.2: Modal coordinator improvement and GitHub Actions
3 years ago
- Minor coordinator requirement improvement. - GitHub Actions instead of Fastlane.
v2.2.1: Root view controller animation fix
3 years ago
Fixes the animation whanr changing root view controller on a window.
v2.2.0: IBInspectable subspec fix
4 years ago
Now the installation using CocoaPods work propertly.
v2.1.0: PushCoordinator fix
4 years ago
Releases potential reference cycle fix in PushCoordinator. There is a minor breaking change when using PushCordinator and all navigation controllers must be changed to weak.
v2.0.0: IBInspectable subspec
4 years ago
**This release causes breaking changes!** All IBInspectable extensions are separated into subspec/separate package. To fix issues with interface builder when using IBInspectable extension in a framework or when these extensions are not used at all.
v1.6.0: Futured FuntastyKit
4 years ago
Changed the organization name.
v1.5.0: Swift Package Manager, linting and automation
4 years ago
- Add support for Swift Package Manager - Add linting, pod lib lint and testing to CI
v1.4.0: Swift 5.0
5 years ago
Support for Swift 5.0 and Xcode 10.2.
v1.3.0: CocoaPods trunk 🎉 and coordinators
5 years ago
- Add `ShowCoordinator` to simplify standard navigation patterns. - Remove `PushModalCoordinator` since we could have many of these combinations and it is not used at all - Update metadata for CocoaPods trunk Released on: https://cocoapods.org/pods/FuntastyKit
iOS
futuredapp/FTAPIKit v0.4.0
Declarative and generic REST API framework using Codable.
⭐️ 19
🕓 3 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.
Drop async-await support support for Xcode 13.1 and 13.0
2 years ago
## What's Changed * Drop async-await support for Xcode 13.0 and 13.1 by @prochazkafilip in https://github.com/futuredapp/FTAPIKit/pull/98 ## New Contributors * @prochazkafilip made their first contribution in https://github.com/futuredapp/FTAPIKit/pull/98 **Full Changelog**: https://github.com/futuredapp/FTAPIKit/compare/1.4.1...1.5.0
Cancellation of async methods
2 years ago
Backdeployed concurrency support
2 years ago
- Backdeployed concurrency support. - Add workflows for different macOS versions. - Update README.
DocC, Swift 5.5 and Xcode 13 support
2 years ago
- Add DocC documentation support. - Improve Swift 5.5 support. - Remove Encoding protocol dependency on URLRequest.
Inline documentation
2 years ago
Add inline documentation.
Extension of public interface for `URLQuery`
2 years ago
URLQuery has now public items and encoding property, so it can be used in custom request builders.
URL query encoding fix
2 years ago
Primarily fixes issue where URL query parameters were encoded twice.
URL query type
3 years ago
- Enables sending same keys in queries (to support arrays etc.) using custom `URLQuery` type - The backward compatibility in most cases shouold be fine.
URL query and header improvements
3 years ago
- Enables sending same keys in queries (to support arrays etc.) - Fixes sending JSON Content-Type at all times even when not required. - Limits the public interface of the framework. - Remove some Xcode 12 warnings and improve linting.
Combine finished completion fix
3 years ago
iOS macOS watchOS tvOS
futuredapp/CellKit v0.2
Table View and Collection View data source wrapper
⭐️ 10
🕓 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.
Differentiable improvements
4 years ago
- Fix typos in public interface for Differentiable (*breaking change*) - Fix comparing sections in Differentiable - Cosmetic changes
Futured CellKit
4 years ago
Use DifferenceKit instead of Dwifft subspec
4 years ago
SPM fixes
4 years ago
- Use proper versioning for SPM - Use main repo of Dwifft
Swift package manager
4 years ago
- Remove Carthage - Add support for SPM - Example project uses SPM - Support for Xcode 11 - Add linting - Add Fastlane https://cocoapods.org/pods/CellKit
v0.4: Supplementary view headers and footers
4 years ago
https://cocoapods.org/pods/CellKit - Rename registered headers to supplementary views - Check uses NIB in registration - Add supplementary view registration and presentation for flow layout - Fix Swift version for CocoaPods 1.6 - Conform to flow delegate in abstract data source - Add collection reusable view to prevent inconsistencies - Add init of empty data source - Fix cell model data source init super calls
v0.3: Swift 5.0
5 years ago
https://cocoapods.org/pods/CellKit - Linted podspec (for publishing to CocoaPods repo) - Unified versions to 0.3 - Swift 5.0 support - Working build on iOS and tvOS platfroms (both Carthage and CocoaPods) - Removal of unsupported macOS and watchOS targets
v0.2: Swift 4.2
5 years ago
v0.1
5 years ago
iOS tvOS
futuredapp/FormStateKit 0.2.0
A Swift package for simple management of forms and their fields. Focused on SwiftUI.
⭐️ 9
🕓 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.
Improved platform support
2 years ago
Fix iOS release compilation due to strange build system behavior.
First try!
2 years ago
This package is ready for public trials!
iOS macOS watchOS tvOS
futuredapp/FTPropertyWrappers 2.0.0
Property wrappers for User Defaults, Keychain, StoredSubject and synchronization.
⭐️ 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.
Release v2.0.0 – deprecations and obsolutions
2 years ago
- `@UserDefaults` was removed in favor of `@AppStorage` in iOS 14+. - `@StoredSubject` was removed in favor of `CurrentValueSubject` in iOS 13+. - Deprecated `Serialized` in favor of actors.
Release v1.1.0
3 years ago
- Full support of Xcode 12 - Various warning fixes. - Bump minimal suuported version of iOS to 9
Release v1.0.0
4 years ago
🎉 Release version 1.0.0 Notable changes: * Keychain wrapper was completely reworked * Documentation and inline documentation * Example application for keychain
Code cleanup
4 years ago
Prototype
4 years ago
futuredapp/FuturedKit 0.5.0
SwiftUI state management tools, resources and views used by Futured.
⭐️ 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.
Navigation and ImagePicker
1 year ago
## What's Changed * NavigationLinks and helper extensions by @Patrez in https://github.com/futuredapp/FuturedKit/pull/8 * Image picker by @prochazkafilip in https://github.com/futuredapp/FuturedKit/pull/10 ## New Contributors * @Patrez made their first contribution in https://github.com/futuredapp/FuturedKit/pull/8 * @prochazkafilip made their first contribution in https://github.com/futuredapp/FuturedKit/pull/10 * @MichalMartinu made their first contribution in https://github.com/futuredapp/FuturedKit/pull/12 **Full Changelog**: https://github.com/futuredapp/FuturedKit/compare/0.4.1...0.5.0
Resource initialization clean-up
2 years ago
## What's Changed * Remove unnecessary Resource inits by @tomskypy in https://github.com/futuredapp/FuturedKit/pull/9 ## New Contributors * @tomskypy made their first contribution in https://github.com/futuredapp/FuturedKit/pull/9 **Full Changelog**: https://github.com/futuredapp/FuturedKit/compare/0.4.0...0.4.1
View state
2 years ago
## What's Changed * Add view state typealias by @mkj-is in https://github.com/futuredapp/FuturedKit/pull/6 * Release 0.4.0 by @mkj-is in https://github.com/futuredapp/FuturedKit/pull/7 **Full Changelog**: https://github.com/futuredapp/FuturedKit/compare/0.3.0...0.4.0
Documentation and tests
2 years ago
## What's Changed * CI configuration & tests by @mkj-is in https://github.com/futuredapp/FuturedKit/pull/4 * Add basic documentation and LICENSE by @mkj-is in https://github.com/futuredapp/FuturedKit/pull/5 Thanks @tomasbabulak and @MiriamCabadajova for code review! **Full Changelog**: https://github.com/futuredapp/FuturedKit/compare/0.2.0...0.3.0
Remove Binding map extension
2 years ago
Use BindingKit when you need this method: https://github.com/mkj-is/BindingKit
First content
3 years ago
iOS macOS watchOS tvOS
futuredapp/FTTestingKit 0.5.0
Mockups and async extension to XCTestCase
⭐️ 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.
Futured TestingKit
4 years ago
Rebranding
4 years ago
Update contacts and company name.
Documentation
4 years ago
First usable version
4 years ago
4 years ago

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