futuredapp/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.
More high-level documentation can be found in the Futured Engineering Handbook here.
FuturedHelpers
This target contains non-mandatory extension to the Architecture and additional types and Views which are commonly used.
- `
TextStyle` (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 Xcode Templates for user convenience.
[FuturedArchitecture Template]
You can install them using make:
git clone --depth=1 https://github.com/futuredapp/FuturedKit.git
cd Templates
makeContributions
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.
Package Metadata
Repository: futuredapp/futuredkit
Default branch: main
README: README.md