31 lines
767 B
YAML
31 lines
767 B
YAML
name: platform_reflection
|
|
description: A lightweight cross-platform reflection system for Dart that provides runtime type introspection and dynamic invocation capabilities with an API similar to dart:mirrors.
|
|
version: 0.1.0
|
|
repository: https://github.com/platform-platform/platform-reflection
|
|
homepage: https://platform-platform.github.io/platform-reflection/
|
|
documentation: https://platform-platform.github.io/platform-reflection/docs/
|
|
issue_tracker: https://github.com/platform-platform/platform-reflection/issues
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
meta: ^1.9.0
|
|
|
|
dev_dependencies:
|
|
lints: ^2.1.0
|
|
test: ^1.24.0
|
|
|
|
topics:
|
|
- reflection
|
|
- mirrors
|
|
- runtime
|
|
- introspection
|
|
|
|
platforms:
|
|
android:
|
|
ios:
|
|
linux:
|
|
macos:
|
|
web:
|
|
windows:
|