2024-12-25 21:31:41 +00:00
|
|
|
name: platform_mirrors
|
2024-12-26 11:02:32 +00:00
|
|
|
description: A runtime reflection system for Dart that provides introspection capabilities.
|
|
|
|
version: 1.0.0
|
2024-12-16 01:34:28 +00:00
|
|
|
|
|
|
|
environment:
|
2024-12-26 11:02:32 +00:00
|
|
|
sdk: ">=3.0.0 <4.0.0"
|
2024-12-16 01:34:28 +00:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
collection: ^1.17.0
|
2024-12-26 00:19:57 +00:00
|
|
|
meta: ^1.9.0
|
|
|
|
path: ^1.9.1
|
|
|
|
platform_contracts: ^0.1.0
|
2024-12-16 01:34:28 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
test: ^1.24.0
|
|
|
|
lints: ^2.1.0
|
2024-12-26 11:02:32 +00:00
|
|
|
|
|
|
|
publish_to: none
|