edge_unofficial 0.0.11 copy "edge_unofficial: ^0.0.11" to clipboard
edge_unofficial: ^0.0.11 copied to clipboard

Run Dart code on Edge functions, supporting Vercel and Cloudflare Workers.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate edge_unofficial

Use it

The package has the following executables:

$ edge_unofficial

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add edge_unofficial

With Flutter:

 $ flutter pub add edge_unofficial

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

dependencies:
  edge_unofficial: ^0.0.11

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:edge_unofficial/edge_unofficial.dart';
0
likes
110
points
147
downloads

Publisher

unverified uploader

Weekly Downloads

Run Dart code on Edge functions, supporting Vercel and Cloudflare Workers.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

ansi_styles, args, freezed_annotation, glob, hotreloader, json_annotation, mason, mason_logger, path, prompts, toml, watcher, yaml

More

Packages that depend on edge_unofficial