Skip to content

Commit 92dd2f0

Browse files
authored
v2.0.1 release 🚀
# 2.0.1 (09-11-2023) ## Release Highlights Performance and Bug Fixes. ### Changes - [x] `SearchBarIcon` is renamed as `leadingIcon` for `NeuSearchBar` Widget. (Done to make the properties more self-Explainatory). - [x] fix: Stationary Shadow in `NeuButtons` (The offset staying stationary onPressing). - [x] fix: `OnPressed` function not invoking while `enableAnimation` value set to true. ### Closes - [x] closes #39 - [x] closes #41 - [x] closes #40
2 parents 14df6db + 1174a2b commit 92dd2f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class ScreenWidget extends StatelessWidget {
8888
buttonColor: const Color.fromARGB(255, 234, 203, 214),
8989
borderRadius: BorderRadius.circular(10),
9090
icon: const Icon(Icons.sort),
91-
onPressed: () => print("hii"),
91+
//onPressed: () => print("hii"),
9292
enableAnimation: false,
9393
)
9494
],

0 commit comments

Comments
 (0)