vyrax_engine 0.2.1 copy "vyrax_engine: ^0.2.1" to clipboard
vyrax_engine: ^0.2.1 copied to clipboard

Analyzer engine scaffolding and execution surfaces for Vyrax.

example/vyrax_engine_example.dart

import 'package:vyrax_engine/vyrax_engine.dart';

void main() {
  // Placeholder import usage proving package wiring.
  const registryType = VyraxRuleRegistry;
  if (registryType.toString().isEmpty) {
    throw StateError('Registry type should be available.');
  }
}
0
likes
160
points
325
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Analyzer engine scaffolding and execution surfaces for Vyrax.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

vyrax_core

More

Packages that depend on vyrax_engine