flumen_runtime 1.0.0 copy "flumen_runtime: ^1.0.0" to clipboard
flumen_runtime: ^1.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 flumen_runtime

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

dependencies:
  flumen_runtime: ^1.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:flumen_runtime/runtime.dart';
import 'package:flumen_runtime/slow_coerce.dart';
0
likes
25
pub points
0%
popularity

Publisher

verified publisherflumenframework.dev

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, flumen_isolator, meta, pubspec_parse, yaml

More

Packages that depend on flumen_runtime