Skip to content

Commit 693b5ca

Browse files
intro_flutter_gpu: Add Linux runner (#2275)
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. For larger changes, raising an issue first helps reduce redundant work.* ## Pre-launch Checklist - [ ] I read the [Effective Dart: Style] _recently_, and have followed its advice. - [ ] I signed the [CLA]. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. <!-- Links --> [Effective Dart: Style]: https://dart.dev/guides/language/effective-dart/style [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
1 parent 7e69ced commit 693b5ca

File tree

182 files changed

+6672
-73
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+6672
-73
lines changed

intro_flutter_gpu/codelab_rebuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
- name: Remove generated code
66
rmdir: step_01
77
- name: Create project
8-
flutter: create --empty intro_flutter_gpu --platforms android,ios,macos,windows
8+
flutter: create --empty intro_flutter_gpu --platforms android,ios,macos,windows,linux
99
- name: Make the macOS titlebar transparent, content full window, and hide the title bar.
1010
full-screen-macos-main-menu-xib: intro_flutter_gpu/macos/Runner/Base.lproj/MainMenu.xib
1111
- name: Strip DEVELOPMENT_TEAM

0 commit comments

Comments
 (0)