server_universe 0.0.14 copy "server_universe: ^0.0.14" to clipboard
server_universe: ^0.0.14 copied to clipboard

Server Universe Library For Help you make server rest api on cross platform support edge functions Supabase, Vercel, Netlify, cloud Flare and more

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate server_universe

Use it

The package has the following executables:

$ server_universe

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add server_universe

With Flutter:

 $ flutter pub add server_universe

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

dependencies:
  server_universe: ^0.0.14

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:server_universe/server_universe.dart';
23
likes
130
pub points
30%
popularity

Publisher

unverified uploader

Server Universe Library For Help you make server rest api on cross platform support edge functions Supabase, Vercel, Netlify, cloud Flare and more

Repository (GitHub)
View/report issues
Contributing

Topics

#server #socket #api #backend #network

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (LICENSE)

Dependencies

collection, freezed_annotation, general_lib, http, js, mason_logger, meta, mime, mime_type, path, queue, typings, yaml, yaml_writer

More

Packages that depend on server_universe