From 47d2f7e9237d9fbc04810fc5aaaf6348ef6671c8 Mon Sep 17 00:00:00 2001 From: Ahmed Zamil Date: Sun, 13 Mar 2022 11:29:12 +0300 Subject: [PATCH] collections --- CHANGELOG.md | 3 +++ pubspec.lock | 4 ++-- pubspec.yaml | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 426a09a..1ba5d1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [2.0.0] - Alpha Release +IIP Version 4 + ## [1.4.6] - Release Added GetX support diff --git a/pubspec.lock b/pubspec.lock index 4cc3597..c30eadf 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -149,12 +149,12 @@ packages: source: hosted version: "4.1.0" collection: - dependency: transitive + dependency: "direct main" description: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.15.0" + version: "1.16.0" convert: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a390879..c61ae20 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,6 +13,7 @@ dependencies: args: ^2.3.0 pubspec_parse: ^1.2.0 web_socket_channel: ^2.1.0 + collection: ^1.16.0 dev_dependencies: test: