cyrtophora

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit cb6f6204cba443e81c051d173f8d202091ece12a
parent 102f2cff1acf04ef68ed412f0faa7d7a8ce75f1f
Author: Jackson G. Kaindume <seestem@merely.tech>
Date:   Wed, 24 Aug 2022 21:22:46 +0200

[cyrto] add http package

Diffstat:
Mcyrto/pubspec.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cyrto/pubspec.yaml b/cyrto/pubspec.yaml @@ -6,8 +6,8 @@ version: 1.0.0 environment: sdk: '>=2.17.0-227.0.dev <3.0.0' -# dependencies: -# path: ^1.8.0 +dependencies: + http: ^0.13.5 dev_dependencies: lints: ^2.0.0