15 open-source projects similar to carson-katri/swift-request, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Swift Request alternative.
This is a Ruby on Rails integration gem and UI framework that provides tools for incorporating the Bootstrap CSS framework into Ruby on Rails applications. It serves as a frontend asset pipeline bridge to manage responsive grids and pre-styled components within the Rails build process. The project provides a set of generators to automate the creation of themed layouts, scaffold views, and directory structures. It includes a component generator that uses helper methods to produce complex UI elements such as navigation bars, modal dialogs, and breadcrumb navigation without requiring manual HTML
Corvus has been archived in favor of https://github.com/Apodini/Apodini .
This is a Swift Package using result builder to build a DSL on top of the Vapor framework inspired by SwiftUI.
URLImage is a SwiftUI view that displays an image downloaded from provided URL. URLImage manages downloading remote image and caching it locally, both in memory and on disk, for you.
This project is a declarative UI pattern library and reference implementation for structuring layouts, navigation flows, and data collections across Apple platforms. It provides a collection of practical implementation patterns and component examples for building user interfaces using the SwiftUI framework. The library serves as a cross-platform reference for rendering visual content on iOS and macOS. It includes a view implementation guide that covers managing navigation, handling user inputs, and embedding web content. The codebase covers broad capability areas including layout management
FlowStack is a SwiftUI component for laying out content in a grid.
Fluxus is an implementation of the Flux pattern for SwiftUI that replaces MVC, MVVM, Viper, etc. Organize all your model data into a store and easily access in your views. Use mutations to modify your app's state. Use actions to perform asynchronous operations. Keep your models and views as…
Meridian is a web server written in Swift that lets you write your endpoints in a declarative way.
A SwiftUI-like, declarative way to setup MacroExpress Endpoints
Format phone numbers as they're typed—entirely in SwiftUI . 📱 --> Get Started | Examples | Customize | Features | Install | Pricing
A SwiftUI view that manages a UIViewController that responds to keyboard events with modified additionalSafeAreaInsets.
This project is a reference guide and technical resource for building user interfaces with the SwiftUI framework. It provides a comprehensive collection of code examples, documentation, and a component library of reusable view implementations and layout patterns. The resource includes a compatibility map that links modern declarative views to their equivalent imperative counterparts in the UIKit framework. This documentation assists with the migration from UIKit to SwiftUI by providing guidance on wrapping legacy view controllers and view subclasses within a declarative hierarchy. The guide