conduit_runtime 3.2.11 copy "conduit_runtime: ^3.2.11" to clipboard
conduit_runtime: ^3.2.11 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: ^3.2.11

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
48%
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

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

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

More

Packages that depend on conduit_runtime