liquidart 5.0.0-b7 copy "liquidart: ^5.0.0-b7" to clipboard
liquidart: ^5.0.0-b7 copied to clipboard

discontinuedreplaced by: conduit
SDKDart

A modern HTTP server application framework, ORM and OAuth2 provider with OpenAPI 3.0 integration. Foundation for REST, RPC or GraphQL services. Revival of the AQUEDUCT Project.

Liquidart

OSX/Linux Build Status Windows Build status codecov

Liquidart is a modern Dart HTTP server framework. The framework is composed of libraries for handling and routing HTTP requests, object-relational mapping (ORM), authentication and authorization (OAuth 2.0 provider) and documentation (OpenAPI). These libraries are used to build scalable REST APIs that run on the Dart VM.

If this is your first time viewing Liquidart, check out the tour.

Getting Started #

  1. Install Dart.

  2. Activate Liquidart

     pub global activate liquidart
    
  3. Create a new project.

     liquidart create my_project
    

Open the project directory in IntelliJ IDE, Atom or Visual Studio Code. All three IDEs have a Dart plugin. For IntelliJ IDEA users, there are file and code templates for Liquidart.

Tutorials, Documentation and Examples #

Step-by-step tutorials for beginners are available here.

You can find the API reference here or you can install it in Dash.

You can find in-depth and conceptual guides here.

An ever-expanding repository of Liquidart examples is here.

If you are migrating from Liquidart 2.5 to Liquidart 3.0, see the migration guide.

31
likes
110
pub points
0%
popularity

Publisher

verified publisheraldrinsartfactory.com

A modern HTTP server application framework, ORM and OAuth2 provider with OpenAPI 3.0 integration. Foundation for REST, RPC or GraphQL services. Revival of the AQUEDUCT Project.

Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

BSD-2-Clause (LICENSE)

Dependencies

analyzer, args, collection, crypto, hasher, logging, loner, meta, open_api_data, path, postgres, pub_cache, pub_semver, replica, safe_yaml, yaml

More

Packages that depend on liquidart