conduit_runtime 3.2.10 copy "conduit_runtime: ^3.2.10" to clipboard
conduit_runtime: ^3.2.10 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.10

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
0
pub points
46%
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

License

unknown (license)

Dependencies

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

More

Packages that depend on conduit_runtime