-
Notifications
You must be signed in to change notification settings - Fork 19
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
Hook Consumer Stateful Widget addition. #20
Hook Consumer Stateful Widget addition. #20
Conversation
rafaelortizzableh
commented
Jan 25, 2022
•
edited
Loading
edited
- Created HookStateful Widget shortcut.
- Added placeholders for widgets' names.
- Added Constructor with Key to ConsumerStatefulWidget
- Changed name of Hook Consumer Widget. The new name is Hook Consumer Stateless Widget.
…ets' names. - Changed name of Hook Consumer Widget. The new name is Hook Consumer Stateless Widget.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks for the contribution!
Could you also:
- Add/update the readme with the new snippets
- Bump the version to
1.1.0
(Updatechangelog
andpackage.json
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two small changes left, looks good otherwise!
Package.json, Changelog and Readme have been updated |
Co-authored-by: Robert Brunhage <robertbrunhage@gmail.com>
Co-authored-by: Robert Brunhage <robertbrunhage@gmail.com>
Thanks for the contribution, just merged and is now published as well! |