neue dependencys

This commit is contained in:
Göran Heinemann 2020-04-02 00:09:41 +02:00
parent b74cb559dc
commit e3650c16ed
2 changed files with 9 additions and 1 deletions

View File

@ -64,6 +64,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
dio:
dependency: "direct main"
description:
name: dio
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.9"
flutter:
dependency: "direct main"
description: flutter
@ -206,4 +213,4 @@ packages:
source: hosted
version: "3.5.0"
sdks:
dart: ">=2.4.0 <3.0.0"
dart: ">2.4.0 <3.0.0"

View File

@ -24,6 +24,7 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
http:
dio:
dev_dependencies:
flutter_test: