2024-11-28 23:13:19 +00:00
name : platform_reflection
2024-11-29 15:37:47 +00:00
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.
2024-11-28 23:13:19 +00:00
version : 0.1 .0
2024-11-29 15:37:47 +00:00
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
2024-11-28 23:13:19 +00:00
environment :
sdk : '>=3.0.0 <4.0.0'
dependencies :
meta : ^1.9.0
dev_dependencies :
lints : ^2.1.0
test : ^1.24.0
2024-11-29 15:37:47 +00:00
topics :
- reflection
- mirrors
- runtime
- introspection
platforms :
android :
ios :
linux :
macos :
web :
windows :