conduit_runtime 5.0.3 copy "conduit_runtime: ^5.0.3" to clipboard
conduit_runtime: ^5.0.3 copied to clipboard

Provides behaviors and base types for packages that can use mirrors and be AOT compiled.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add conduit_runtime

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

dependencies:
  conduit_runtime: ^5.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:conduit_runtime/runtime.dart';
import 'package:conduit_runtime/slow_coerce.dart';
1
likes
130
pub points
37%
popularity

Publisher

verified publishertheconduit.dev

Provides behaviors and base types for packages that can use mirrors and be AOT compiled.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

analyzer, args, conduit_isolate_exec, io, package_config, path, pubspec_parse, yaml

More

Packages that depend on conduit_runtime