mid 0.0.3 copy "mid: ^0.0.3" to clipboard
mid: ^0.0.3 copied to clipboard

outdated

a tool for building an end-to-end typesafe APIs in pure dart

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate mid

Use it

The package has the following executables:

$ mid

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mid

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

dependencies:
  mid: ^0.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:mid/mid.dart';
6
likes
0
pub points
0%
popularity

Publisher

verified publisherosaxma.com

a tool for building an end-to-end typesafe APIs in pure dart

Homepage

License

unknown (license)

Dependencies

analyzer, args, built_collection, cli_util, code_builder, dart_style, meta, path

More

Packages that depend on mid