[WIP] Update samples deps and platform dirs#124
Merged
domesticmouse merged 19 commits intoflutter:mainfrom Jun 17, 2025
Merged
Conversation
Contributor
Author
|
Oh, I see, the CI fails before it even starts with: At first I thought the CI action doesn't start because I have I'm guessing the "not allowed" failure is an org issue and I can't really address it myself. ( I'll keep working on the upgrade in the meantime. |
Contributor
Author
|
Ok, @domesticmouse, I think I've migrated everything (except Let me know if I can do anything about the |
Contributor
We are working on it, promise. |
domesticmouse
approved these changes
Jun 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This should bring all templates and samples to the current Flutter & Dart stable.
The process:
pubspec.yamlto readsdk: ^3.8.0flutter pub upgrade --major-versionsrm -rf ios android web windows macos linux && flutter create . --platforms android,ios,web,windows,macos,linux(except only use the platforms that the given sample uses)--project-name xyzif the directory doesn't match the namedart run flutter_launcher_icons(if used by the sample)dart format .Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-devrel channel on Discord.