SwiftUI state management tools, resources and views used by Futured.
- State management
Resource
modelling states for asynchronously loaded data including errors, loading and refreshing.ViewState
typealias representing view state.
- Views
AnyShape
type-erased view for cases where you need to change the shape easily by using ternary operator.
## Installation
When using Swift package manager install using or add following line to your dependencies:
.package(url: "https://github.com/futuredapp/FuturedKit.git", from: "0.4.0")
All contributions are welcome.
Current maintainer and main contributor is Matěj Kašpar Jirásek, matej.jirasek@futured.app.
FuturedKit is available under the MIT license. See the LICENSE file for more information.