-
Notifications
You must be signed in to change notification settings - Fork 5
Example Project #13
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
Example Project #13
Conversation
WieFel
commented
Jul 3, 2021
- Example project using null-safety
|
@WieFel can you pull from |
calvintam236
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.
flutter formatneeded- merge from
master
|
Ok, apparently something went wrong on my rebase before. |
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.
- remove
pubspec.lockfromexampledirectory. it is only needed in the repo root for package flutter formatfor the wholeexampledirectory
btw this is feature branch. it will just squash into one. |
After removing it, it is regenerated when running the example app. So I think it has to be there... It could be added to
Done. No changes at all. Everything was formatted fine. |
Yeah I know. But rebasing keeps the branch network cleaner in my opinion. Also if it is only for the moment... |
|
What we still have to discuss is this: #2 (reply in thread) |
|
|
https://dart.dev/guides/libraries/private-files#pubspeclock |
|
@calvintam236 ok like this? Wanted to keep it as simple as possible. |
Shouldn't the rest using It would be great if you can add other constructors such as |
What do you mean? All the list items DO use
Ok |
I mean in the screenshot. You are using |
|
Yeah, that is an example for the extension usage in a static way. |
Personally, I use |
|
So, should I change |
you can add another example for original color |


