-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Added an example for IndexedStack widget #105318
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
Added an example for IndexedStack widget #105318
Conversation
gspencergoog
left a comment
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.
If you use the formatter as a starting point, it's important to know that adding and removing commas at the ends of parameter lists and arrays indicates whether or not you want all attributes on separate lines or not.
Co-authored-by: Greg Spencer <[email protected]>
gspencergoog
left a comment
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.
Sorry for all the formatting nits. It's just the usual getting used to the coding style in the Flutter repo.
Co-authored-by: Tong Mu <[email protected]>
dkwingsmt
left a comment
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.
LGTM
gspencergoog
left a comment
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.
* Added an example for IndexedStack * Added tests for the IndexedStack example * Fixed type issue for onSubmitted callback functions * Fixed documentation and moved files to their appropriate places * Fixed documentation and moved files to their appropriate places * Moved test files to their appropriate places * Moved test files to their appropriate places * Fixed file path in documentation * Remove trailing space * Formatting changes * Remove extra line * Further formatting changes * Further formatting changes * fix comma and inline Co-authored-by: Greg Spencer <[email protected]> * Formatting * indentation and formatting * Formatting * Formatting * Formatting * Removed duplicate chevron * better wording on documentation Co-authored-by: Tong Mu <[email protected]> * Added testing for state preservation Co-authored-by: Greg Spencer <[email protected]> Co-authored-by: Tong Mu <[email protected]>

Added an example for IndexedStack widget
Pre-launch Checklist
///).