conduit 3.2.5 conduit: ^3.2.5 copied to clipboard
A modern HTTP server application framework, ORM and OAuth2 provider with OpenAPI 3.0 integration. Foundation for REST, RPC or GraphQL services.
Conduit is a fork of Stablekernel's Aqueduct, a modern Dart HTTP server framework.
Getting Started #
-
Activate Conduit
pub global activate conduit
-
Create a new project.
conduit create my_project
Tutorials, Documentation and Examples #
We are currently in the process of collating helpful resources for your edification. Our main docs live here.
Conduit is a close fork to Aqueduct, so Aqueduct examples can be tweaked to work with Conduit here. The major concern is updating the code to use null-safety.