-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
style: NeuSearchBar
Initial UI Looks changes
#28
Labels
Milestone
Comments
deepraj02
added
bug
Something isn't working
enhancement
New feature or request
good first issue
Good for newcomers
labels
Jul 1, 2023
deepraj02
added a commit
that referenced
this issue
Jul 2, 2023
Hello, could you give some details about this issue; I liked that project. |
Hey dude @bahadirtrkalioglu , thanks for the Interest, it's basically a flutter Package which is packed with NeuBrutalist styled Widgets. |
Thanks, let's see what I can do for this project. I like this design style. |
Suree @bahadirtrkalioglu 🔥 |
deepraj02
added a commit
that referenced
this issue
Jul 30, 2023
deepraj02
added a commit
that referenced
this issue
Jul 30, 2023
23 tasks
deepraj02
added a commit
that referenced
this issue
Aug 23, 2023
neubrutalism_ui v2.0.0 -beta ( 🛑 Contains Breaking Changes). # 2.0.0 (01-09-2023) ## Release Highlights 2.0.0 (Feature Update) will focused on adding more UI components and will reduce the complexity of creating Custom UI from this Package. New Widgets `NeuBottomNav` will also be included along with other bug fixes and Performance improvements and Improved code for better testability ### Breaking Changes - [x] `NeuCard` is depriciated now and will be Removed in the Following Versions. (For better Styling Freedom use `NeuContainer` instead). - [x] `NeuTextButton` contains some breaking changes as the `Widget` child properties is removed completely and replaced with `Text` Property focusing only on keeping Texts in the `NeuTextButton`. (For Complex UI design choose `NeuContainer`). - [x] `NeuBottomNav` requires adding some additional `Scaffold` and `SafeArea` flags as of now. - [x] Removed the property `paddingData` from `NeuIconButton` ### Changes - [x] Migrated to NeuContainer instead of Material Container in all widgets of this Package `NeuTextButton` `NeuSearchBar` & `NeuIconButton`. - [x] Changed the Initial UI Lookup Styling for widgets like `NeuTextButton` & `NeuSearchBar`. ### Features - [x] `NeuBottomNav` -UI styling done and dusted (Navigation Part Under Development RN). - [x] OnPressed animation added in v2.0.0 for `NeuTextButton` & `NeuIconButton` (accessable by the `enableAniamtion` and `animationDuration` flags). ### Documentation - [x] `example/main.dart` revamp to contain all NeuWidgets. - [ ] Code Snippets and Set-up process explained for all the widgets ### Issues Fixed - [x] closes #28 - [x] closes #24 - [x] closes #29 - [x] closes #28 - [x] closes #25 - [x] closes #33
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Changing the initial look for
NeuSearchBar
widget when Called.part of #24
The text was updated successfully, but these errors were encountered: