dear 1.0.11
dear: ^1.0.11 copied to clipboard
Api Server inspired in expressjs implement in pure dart, Dart Easy Api Rest (DEAR)
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dearWith Flutter:
$ flutter pub add dearThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dear: ^1.0.11Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:dear/dear.dart';