platform/packages/support/pubspec.yaml
2024-12-01 07:05:22 -07:00

24 lines
417 B
YAML

name: platform_support
description: Core support utilities and helper functions for the framework
version: 1.0.0
homepage: https://github.com/yourusername/platform
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
collection: ^1.17.0
meta: ^1.9.0
path: ^1.8.0
crypto: ^3.0.0
uuid: ^4.0.0
intl: ^0.18.0
dev_dependencies:
lints: ^2.1.0
test: ^1.24.0
topics:
- framework
- utilities
- support