nc-photos/np_universal_storage/pubspec.yaml

23 lines
373 B
YAML
Raw Normal View History

2023-08-28 19:22:29 +02:00
name: np_universal_storage
description: A new Flutter package project.
version: 0.0.1
homepage:
publish_to: none
environment:
2024-05-20 16:02:00 +02:00
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"
2023-08-28 19:22:29 +02:00
dependencies:
flutter:
sdk: flutter
np_string:
path: ../np_string
2024-05-21 18:10:57 +02:00
path: ^1.8.3
path_provider: ^2.1.3
shared_preferences: ^2.2.3
2023-08-28 19:22:29 +02:00
dev_dependencies:
np_lints:
path: ../np_lints