Skip to content

Commit d35211b

Browse files
[flutter_template_images] Minor cleanup (#1951)
1 parent 317c9ff commit d35211b

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

packages/flutter_template_images/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.1.1
2+
3+
* Removes empty Dart file.
4+
* Opts in to NNBD (which is a no-op) so it's not flagged by pub.dev.
5+
16
## 4.1.0
27

38
* Updates package description.

packages/flutter_template_images/lib/flutter_template_images.dart

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/flutter_template_images/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_template_images
22
description: Image files for use in flutter_tools templates without adding binary files to flutter/flutter.
33
repository: https://github.com/flutter/packages/tree/main/packages/flutter_template_images
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_template_images%22
5-
version: 4.1.0
5+
version: 4.1.1
66

77
environment:
8-
sdk: ">=2.1.0 <3.0.0"
8+
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)