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

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
points
1.11k
downloads

Documentation

API reference

Publisher

verified publishertheconduit.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues
Contributing

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