mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
3537981be1
This reverts commit 409ef71364
.
20 lines
396 B
YAML
20 lines
396 B
YAML
name: np_http
|
|
description: A starting point for Dart libraries or applications.
|
|
version: 1.0.0
|
|
# repository: https://github.com/my_org/my_repo
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=3.4.0 <4.0.0"
|
|
|
|
dependencies:
|
|
cronet_http: ^1.2.0
|
|
cupertino_http: ^1.3.0
|
|
http: ^1.1.2
|
|
logging: ^1.2.0
|
|
np_platform_util:
|
|
path: ../np_platform_util
|
|
|
|
dev_dependencies:
|
|
np_lints:
|
|
path: ../np_lints
|