Commit 0eb56c93 authored by ouxiang's avatar ouxiang

add 3party

parent cfc008d6
# Generated by pub # Generated by pub
# See https://www.dartlang.org/tools/pub/glossary#lockfile # See https://www.dartlang.org/tools/pub/glossary#lockfile
packages: packages:
archive:
dependency: transitive
description:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
args:
dependency: transitive
description:
name: args
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.1"
async: async:
dependency: transitive dependency: transitive
description: description:
...@@ -29,6 +43,13 @@ packages: ...@@ -29,6 +43,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.14.11" version: "1.14.11"
convert:
dependency: transitive
description:
name: convert
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
cookie_jar: cookie_jar:
dependency: transitive dependency: transitive
description: description:
...@@ -36,6 +57,13 @@ packages: ...@@ -36,6 +57,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.0.0" version: "1.0.0"
crypto:
dependency: transitive
description:
name: crypto
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.6"
cupertino_icons: cupertino_icons:
dependency: "direct main" dependency: "direct main"
description: description:
...@@ -50,6 +78,13 @@ packages: ...@@ -50,6 +78,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.10" version: "2.0.10"
event_bus:
dependency: "direct main"
description:
name: event_bus
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
fluro: fluro:
dependency: "direct main" dependency: "direct main"
description: description:
...@@ -67,6 +102,20 @@ packages: ...@@ -67,6 +102,20 @@ packages:
description: flutter description: flutter
source: sdk source: sdk
version: "0.0.0" version: "0.0.0"
hybrid_stack_manager:
dependency: "direct main"
description:
name: hybrid_stack_manager
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.1"
image:
dependency: transitive
description:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.7"
json_annotation: json_annotation:
dependency: "direct main" dependency: "direct main"
description: description:
...@@ -95,6 +144,20 @@ packages: ...@@ -95,6 +144,20 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.6.2" version: "1.6.2"
path_provider:
dependency: transitive
description:
name: path_provider
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.1"
petitparser:
dependency: transitive
description:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
quiver: quiver:
dependency: transitive dependency: transitive
description: description:
...@@ -170,6 +233,13 @@ packages: ...@@ -170,6 +233,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.8" version: "2.0.8"
xml:
dependency: transitive
description:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "3.3.1"
sdks: sdks:
dart: ">=2.0.0 <3.0.0" dart: ">=2.0.0 <3.0.0"
flutter: ">=0.1.4 <2.0.0" flutter: ">=0.3.1 <2.0.0"
...@@ -24,11 +24,11 @@ dependencies: ...@@ -24,11 +24,11 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons. # Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2 cupertino_icons: ^0.1.2
fluro: ^1.3.4 fluro: ^1.3.4
# hybrid_stack_manager: 0.1.1 hybrid_stack_manager: 0.1.1
json_annotation: ^2.0.0 json_annotation: ^2.0.0
dio: ^2.0.0 dio: ^2.0.0
shared_preferences: ^0.4.2 shared_preferences: ^0.4.2
# event_bus: ^1.0.1 event_bus: ^1.0.1
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment