File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to the Hyper Effects package are documented in this file.
44
5+ ## [ 0.3.0+1] - Aug 15, 2025
6+
7+ - Loosen dependency constraints for equatable to ` >=2.0.5 <3.0.0 ` .
8+
59## [ 0.3.0] - Dec 15, 2024
610
711### Added
Original file line number Diff line number Diff line change 11name : hyper_effects
22description : Create beautiful effects and animations with just a few lines of code.
33
4- version : 0.3.0
4+ version : 0.3.0+1
55
66homepage : https://hyperdesigned.dev/
77repository : https://github.com/hyper-designed/hyper_effects
@@ -18,14 +18,14 @@ environment:
1818dependencies :
1919 flutter :
2020 sdk : flutter
21- equatable : ^ 2.0.7
21+ equatable : " >= 2.0.5 <3.0.0 "
2222 collection : " >=1.15.0 <2.0.0"
2323 meta : " >=1.11.0 <2.0.0"
2424
2525dev_dependencies :
2626 flutter_test :
2727 sdk : flutter
28- flutter_lints : ^5 .0.0
28+ flutter_lints : ^6 .0.0
2929
3030flutter :
3131
You can’t perform that action at this time.
0 commit comments