mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-05-06 12:02:57 +00:00
collections
This commit is contained in:
parent
88eba227ae
commit
47d2f7e923
@ -1,3 +1,6 @@
|
|||||||
|
## [2.0.0] - Alpha Release
|
||||||
|
IIP Version 4
|
||||||
|
|
||||||
## [1.4.6] - Release
|
## [1.4.6] - Release
|
||||||
Added GetX support
|
Added GetX support
|
||||||
|
|
||||||
|
@ -149,12 +149,12 @@ packages:
|
|||||||
source: hosted
|
source: hosted
|
||||||
version: "4.1.0"
|
version: "4.1.0"
|
||||||
collection:
|
collection:
|
||||||
dependency: transitive
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: collection
|
name: collection
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.15.0"
|
version: "1.16.0"
|
||||||
convert:
|
convert:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -13,6 +13,7 @@ dependencies:
|
|||||||
args: ^2.3.0
|
args: ^2.3.0
|
||||||
pubspec_parse: ^1.2.0
|
pubspec_parse: ^1.2.0
|
||||||
web_socket_channel: ^2.1.0
|
web_socket_channel: ^2.1.0
|
||||||
|
collection: ^1.16.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
test:
|
test:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user