restaurant_local_server 1.0.0 copy "restaurant_local_server: ^1.0.0" to clipboard
restaurant_local_server: ^1.0.0 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 Dart:

 $ dart pub add restaurant_local_server

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 dart pub get):

dependencies:
  restaurant_local_server: ^1.0.0

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:restaurant_local_server/restaurant_local_server.dart';
2
likes
0
points
19
downloads

Documentation

Documentation

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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (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