Skip to content

Commit

Permalink
Remove unnecessary visibility_detector dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gskinner committed Nov 25, 2024
1 parent 5181158 commit 62c1204
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [4.5.2] - 2024-11-25
### Changed
- remove unnecessary visibility_detector dependency

## [4.5.1] - 2024-11-21
### Changed
- fix console formatting reset for warn prints
Expand Down
8 changes: 0 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.4"
visibility_detector:
dependency: "direct main"
description:
name: visibility_detector
sha256: dd5cc11e13494f432d15939c3aa8ae76844c42b723398643ce9addb88a5ed420
url: "https://pub.dev"
source: hosted
version: "0.4.0+2"
vm_service:
dependency: transitive
description:
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_animate
description: Add beautiful animated effects & builders in Flutter, via an easy, customizable, unified API.
version: 4.5.1
version: 4.5.2
repository: https://github.com/gskinner/flutter_animate
issue_tracker: https://github.com/gskinner/flutter_animate/issues
topics:
Expand All @@ -18,7 +18,6 @@ dependencies:
flutter:
sdk: flutter
flutter_shaders: ^0.1.2
visibility_detector: ^0.4.0+2

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 62c1204

Please sign in to comment.