mid 0.1.0+2 copy "mid: ^0.1.0+2" to clipboard
mid: ^0.1.0+2 copied to clipboard

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

With Flutter:

 $ flutter 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.1.0+2

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:mid/mid.dart';
6
likes
120
points
0
downloads

Publisher

verified publisherosaxma.com

Weekly Downloads

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

Repository
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on mid