2024-12-15 23:26:30 +00:00
|
|
|
name: platform_macroable
|
2024-12-16 01:34:28 +00:00
|
|
|
description: A Dart implementation of Laravel's Macroable trait, allowing runtime method extension
|
|
|
|
version: 0.1.0
|
2024-12-15 23:26:30 +00:00
|
|
|
|
|
|
|
environment:
|
2024-12-16 01:34:28 +00:00
|
|
|
sdk: ">=3.0.0 <4.0.0"
|
2024-12-15 23:26:30 +00:00
|
|
|
|
|
|
|
dependencies:
|
2024-12-16 01:34:28 +00:00
|
|
|
platform_contracts: ^0.1.0
|
2024-12-25 21:31:41 +00:00
|
|
|
platform_mirrors: ^0.1.0
|
2024-12-16 01:34:28 +00:00
|
|
|
meta: ^1.9.0
|
2024-12-15 23:26:30 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
2024-12-16 01:34:28 +00:00
|
|
|
lints: ^2.1.0
|
|
|
|
test: ^1.24.0
|