rune 1.7.0 copy "rune: ^1.7.0" to clipboard
rune: ^1.7.0 copied to clipboard

Converts Dart widget code strings into real Flutter widgets at runtime via AST interpretation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rune

With Flutter:

 $ flutter pub add rune

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

dependencies:
  rune: ^1.7.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rune/rune.dart';
2
likes
0
points
638
downloads

Publisher

verified publishercanarslan.me

Weekly Downloads

Converts Dart widget code strings into real Flutter widgets at runtime via AST interpretation.

Repository (GitHub)
View/report issues

Topics

#ui #runtime #server-driven-ui #dynamic #analyzer

License

unknown (license)

Dependencies

analyzer, flutter

More

Packages that depend on rune