platform/packages/support/pubspec.yaml

25 lines
417 B
YAML
Raw Normal View History

name: platform_support
2024-12-01 14:05:22 +00:00
description: Core support utilities and helper functions for the framework
version: 1.0.0
homepage: https://github.com/yourusername/platform
environment:
2024-12-01 14:05:22 +00:00
sdk: '>=3.0.0 <4.0.0'
dependencies:
2024-12-01 14:05:22 +00:00
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:
2024-12-01 14:05:22 +00:00
lints: ^2.1.0
test: ^1.24.0
2024-12-01 14:05:22 +00:00
topics:
- framework
- utilities
- support