Skip to content

Commit

Permalink
Re-create templates/app, add deprecation notices for app_shared a…
Browse files Browse the repository at this point in the history
…nd `skeleton`. (#8336)

Part of flutter/flutter#160673, which removes `--template skeleton`.

This PR copies the `templates/app_shared` directory, which was only used to share code between `templates/app` and `templates/skeleton`, in preparation for removing `skeleton` (and making the existence of `app_shared` obsolete).

Issue tracking final cleanup: flutter/flutter#160692.
  • Loading branch information
matanlurey authored Dec 26, 2024
1 parent 9452472 commit 311b660
Show file tree
Hide file tree
Showing 82 changed files with 18 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/flutter_template_images/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT
## 4.3.0

* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
* Creates a copy of `app_shared` named `app` (`app_shared` will no longer be used).

## 4.2.1

Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_template_images/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_template_images
description: Image files for use in flutter_tools templates without adding binary files to flutter/flutter.
repository: https://github.com/flutter/packages/tree/main/packages/flutter_template_images
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_template_images%22
version: 4.2.1
version: 4.3.0

environment:
sdk: ^3.4.0
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions packages/flutter_template_images/templates/app_shared/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
**DO NOT UPDATE**: This directory is _deprecated_.

The `skeleton` template is being removed, which as a result means that the
`app_shared` directory is no longer needed (it was used to share template
pieces between `app` and `skeleton`).

If you are looking to update the `app` template, update
[`templates/app`](../app/) directly.

See also: <https://github.com/flutter/flutter/issues/160692>.
5 changes: 5 additions & 0 deletions packages/flutter_template_images/templates/skeleton/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**DO NOT UPDATE**: This directory is _deprecated_.

The `skeleton` template is being removed.

See also: <https://github.com/flutter/flutter/issues/160692>.

0 comments on commit 311b660

Please sign in to comment.