Category : Rest API

DChisel Dart Framework DChisel is simple Dart Framework for creating REST API Features Custom host server and port GET, POST, PUT, DELETE, PATCH Routes ORM CRUD to PostgreSQL Usage To add the dchisel to your Dart application read the install instructions. Host Server Default host is “localhost” and port 8000 import ‘package:dchisel/dchisel.dart’; Future<void> main(List<String> arguments) async { ..

Read more

A library for building REST APIs easily with Dart modeled after Express JS for Node Js. The library is still a work in progress and open to contribution. Created with StageHand – license. Inspiration Our inspiration is the simplicity of express js . Installing Add the following to your pubspec.yaml file: dependencies: sevr: any Usage A simple usage example: import ..

Read more