-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[flutter_template_images] Add support for new template and shared platform files #295
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
Conversation
9191b27 to
3ebe2a7
Compare
3ebe2a7 to
a82a6e0
Compare
stuartmorgan-g
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 want to use this in flutter/flutter it needs to be published, so this must include a version change and corresponding CHANGELOG entry.
goderbauer
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.
Can you bump the version in the pubspec and update the changelog? Thanks!
|
Oh, sorry, didn't see that @stuartmorgan already said that above... :) |
|
Thanks so much, @stuartmorgan and @goderbauer :) I've updated the PR to bump the CHANGELOG and pubspec. |
stuartmorgan-g
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 assuming the flutter/flutter PR is approved with this structure. I'd like to wait on landing this until that's approved just in case there are any changes.
|
Thanks @stuartmorgan! I have gotten a "LGTM" on the Template. Is that enough to land this PR and publish it up? I'm in a bit of a catch-22 here, haha. In order for the all my tests to pass on the Flutter PR, this new version needs to be deployed to pub :) |
|
Yes, that's all it needed. I realized just as I was about to land it that the version bump needs to be to 2.0 since it's a breaking change though (moving existing files), so I've changed that. Once the tests re-run and are green I'll land and publish. |
|
Published 2.0.0 |
|
Excellent, thanks for your help @stuartmorgan :) |
by changing a bit the implementation of BeamerBackButtonDispatcher and adding
BeamerChildBackButtonDispatcher that can be automatically created in nested Beamers.
Dispatcher now also has an optional onBack closure for custom back button handling.
This also makes BeamerDelegate.active public so it can be used in those edge cases where it's needed.
- closes flutter#279
- closes flutter#295
There is a proposal to add a new Flutter app template to the flutter CLI. This new app template lives alongside the current counter template, it does not replace it. The team has made the following request on the related PR:
This PR moves assets common to both apps into an
app_shareddirectory and introduces a newlist_detail_appfolder to support images unique to the new template.Related Issues:
Pre-launch Checklist
[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy.CHANGELOG.mdto add a description of the change.///).If you need help, consider asking for advice on the
#hackers-newchannel on Discord.