ae203771创建于 2025年11月13日历史提交
文件最后提交记录最后更新时间
Delete unused templates skeleton and app_shared and release as 5.0.0. (#8360) Towards https://github.com/flutter/flutter/issues/160692. The last thing I'll do is update the dependency in flutter_tools to flutter_template_images: 5.0.0.1 年前
Create flutter_template_images package (#118) Contains images used in 'flutter create' templates, to avoid needing to check them into flutter/flutter where they will permanently inflate the repo size. Currently only contains the Windows app icon, since existing template icons are already part of the Flutter repository. Future template images, including changes to the existing images, should live here instead.6 年前
Standardize copyright author and year (#338) Standardize copyright author ("The Flutter Authors") and year (2013), as was previously done in flutter/plugins. Adds per-package AUTHORS files to ensure that published packages contain the authorship information referred to in the boilerplate (again, as in flutter/plugins). First preparatory step in enabling the automated license format check in this repository.4 年前
Update repo for 3.38 (#10405) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.38 release (except the first one, which the stable roller will handle). This includes a lot of autoformat changes, because the N-2 is now 3.32, which means many packages are now being updated to a min Dart SDK of 3.8, triggering a formatter behavior change.6 个月前
Remove "All right reserved" from all files (#10066) Per guidance from legal on current preferred practice, remove "All rights reserved" from all LICENSE files and header blocks, and update the repo tool check accordingly.7 个月前
Create flutter_template_images package (#118) Contains images used in 'flutter create' templates, to avoid needing to check them into flutter/flutter where they will permanently inflate the repo size. Currently only contains the Windows app icon, since existing template icons are already part of the Flutter repository. Future template images, including changes to the existing images, should live here instead.6 年前
Update repo for 3.38 (#10405) Does all of the steps from https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md for the 3.38 release (except the first one, which the stable roller will handle). This includes a lot of autoformat changes, because the N-2 is now 3.32, which means many packages are now being updated to a min Dart SDK of 3.8, triggering a formatter behavior change.6 个月前
README.md

flutter_template_images

Images used by the flutter_tools templates.

This project is an internal dependency of the flutter tool, and is not intended to be used directly. It contains images files used in flutter create templates, to avoid checking them into the main Flutter repository, where they would permanently increase the checkout size over time if altered.