FuturedKit

1.3.0

SwiftUI state management tools, resources and views used by Futured.
futuredapp/FuturedKit

What's New

1.3.0

2025-03-27T12:55:18Z

Breaking change

The Coordinator.pop function parameter destination is now required.

What's Changed

Full Changelog: 1.2.0...1.3.0

FuturedKit

SwiftUI app architecture and views used by Futured.

Documentation

This repository contains two main targets: FuturedArchitecture and FuturedHelpers. The repository also contains set of Templates, see Installation.

FuturedArchitecture

This target contains types and protocols supporting the architecture. See Architecture documentation.

The repository uses DocC for developer-friendly access to documentation.

FuturedHelpers

This target contains non-mandatory extension to the Architecture and additional types and Views which are commonly used.

  • TextStyle (See source documentation)
  • CameraImagePicker (See source documentation)
  • GalleryImagePicker (See source documentation)

## Installation

When using Swift package manager install using or add following line to your dependencies:

.package(url: "https://github.com/futuredapp/FuturedKit.git", from: "1.0.0")

The repository provides number of Templates for user convenience. You can install them using make:

cd Templates
make

Contributions

All contributions are welcome.

Current maintainer and main contributor is Ievgen Samoilyk, ievgen.samoilyk@futured.app.

License

FuturedKit is available under the MIT license. See the LICENSE file for more information.

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Wed May 14 2025 07:35:53 GMT-0900 (Hawaii-Aleutian Daylight Time)