SwiftUI app architecture and views used by Futured.
This repository contains two main targets: FuturedArchitecture
and FuturedHelpers
. The repository
also contains set of Templates, see Installation
.
This target contains types and protocols supporting the architecture. See Architecture documentation.
The repository uses DocC for developer-friendly access to documentation.
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
All contributions are welcome.
Current maintainer and main contributor is Ievgen Samoilyk, ievgen.samoilyk@futured.app.
FuturedKit is available under the MIT license. See the LICENSE file for more information.