Skip to content

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

License

Notifications You must be signed in to change notification settings

futuredapp/FuturedKit

Repository files navigation

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.

  • 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.