Skip to content

Commit

Permalink
v2.0.1 release 🚀
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
deepraj02 authored Nov 9, 2023
2 parents 14df6db + 1174a2b commit 92dd2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class ScreenWidget extends StatelessWidget {
buttonColor: const Color.fromARGB(255, 234, 203, 214),
borderRadius: BorderRadius.circular(10),
icon: const Icon(Icons.sort),
onPressed: () => print("hii"),
//onPressed: () => print("hii"),
enableAnimation: false,
)
],
Expand Down

0 comments on commit 92dd2f0

Please sign in to comment.