raw_api_server 1.1.1 copy "raw_api_server: ^1.1.1" to clipboard
raw_api_server: ^1.1.1 copied to clipboard

A Dart package for building small and simple socket-based APIs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add raw_api_server

With Flutter:

 $ flutter pub add raw_api_server

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  raw_api_server: ^1.1.1

Alternatively, 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:raw_api_server/raw_api_server.dart';
0
likes
140
pub points
0%
popularity

Publisher

verified publishertytydraco.xyz

A Dart package for building small and simple socket-based APIs.

Repository

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

collection, path

More

Packages that depend on raw_api_server