Skip to content

Commit

Permalink
V7.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
escamoteur committed Jan 18, 2024
1 parent cc10dc5 commit f5cbb5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [7.6.7] - 18.01.204

* merged PR by @subzero911 https://github.com/fluttercommunity/get_it/pull/330

## [7.6.6] - 04.01.2024

* Thanks to PR by @bvoq `getIt.reset, getIt.popScope, getIt.dropScope` now dispose registered objects in the reverse order in which they were registered.
Expand Down
2 changes: 0 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ include: package:lint/analysis_options_package.yaml
linter:
rules:
- always_declare_return_types
- unawaited_futures
- discarded_futures

# ------ Disable individual rules ----- #
# --- #
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.6
version: 7.6.7
maintainer: Thomas Burkhart (@escamoteur)
homepage: https://github.com/fluttercommunity/get_it

Expand Down

0 comments on commit f5cbb5e

Please sign in to comment.