19 lines
489 B
YAML
19 lines
489 B
YAML
|
|
name: d4rt
|
||
|
|
description: An interpreter and runtime for the Dart language. It allows you to execute Dart code dynamically, bridge native classes, and build advanced scripting or plugin systems in your Dart/Flutter applications
|
||
|
|
version: 0.1.1
|
||
|
|
repository: https://github.com/kodjodevf/d4rt
|
||
|
|
homepage: https://github.com/kodjodevf/d4rt
|
||
|
|
|
||
|
|
environment:
|
||
|
|
sdk: ^3.5.0
|
||
|
|
|
||
|
|
dependencies:
|
||
|
|
analyzer: ^7.4.5
|
||
|
|
pub_semver: ^2.2.0
|
||
|
|
collection: ^1.19.1
|
||
|
|
|
||
|
|
|
||
|
|
dev_dependencies:
|
||
|
|
lints: ^5.1.1
|
||
|
|
test: ^1.25.15
|