restaurant_local_server 1.0.1 copy "restaurant_local_server: ^1.0.1" to clipboard
restaurant_local_server: ^1.0.1 copied to clipboard

A generic Flutter package for building local server applications with UDP discovery, HTTP REST APIs, WebSocket support, and real-time synchronization capabilities.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add restaurant_local_server

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

dependencies:
  restaurant_local_server: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:restaurant_local_server/restaurant_local_server.dart';
2
likes
140
points
19
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A generic Flutter package for building local server applications with UDP discovery, HTTP REST APIs, WebSocket support, and real-time synchronization capabilities.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, json_annotation, shelf, shelf_cors_headers, shelf_router, shelf_web_socket, web_socket_channel

More

Packages that depend on restaurant_local_server