From 974c0b367c58fd75e78f0d036147a6963392f975 Mon Sep 17 00:00:00 2001 From: Thomas Burkhart Date: Mon, 15 Apr 2024 11:07:17 +0200 Subject: [PATCH] V7.7.0 --- CHANGELOG.md | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e9f4ab..660fd37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +## [7.7.0] - 15.04.2024 thanks to the PR by @kasefuchs https://github.com/fluttercommunity/get_it/pull/361 `getAll` is now available in an async version too. ## [7.6.9] - 11.04.2024 * fig for bug that was introduced in 7.6.8 https://github.com/fluttercommunity/get_it/issues/358 diff --git a/pubspec.yaml b/pubspec.yaml index e0aeaa0..a0b0f5c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: get_it description: Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App" -version: 7.6.9 +version: 7.7.0 maintainer: Thomas Burkhart (@escamoteur) homepage: https://github.com/fluttercommunity/get_it funding: