vyrax_engine 0.1.1 copy "vyrax_engine: ^0.1.1" to clipboard
vyrax_engine: ^0.1.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
0
points
333
downloads

Publisher

unverified uploader

Weekly Downloads

Analyzer engine scaffolding and execution surfaces for Vyrax.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

vyrax_core

More

Packages that depend on vyrax_engine