[flutter_template_images] Minor cleanup (#1951)

This commit is contained in:
stuartmorgan
2022-05-19 15:48:10 -04:00
committed by GitHub
parent 317c9ff830
commit d35211b079
3 changed files with 7 additions and 9 deletions

View File

@ -1,3 +1,8 @@
## 4.1.1
* Removes empty Dart file.
* Opts in to NNBD (which is a no-op) so it's not flagged by pub.dev.
## 4.1.0
* Updates package description.

View File

@ -1,7 +0,0 @@
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library flutter_template_images;
// There is no source for this package, since it only exists to hold images.

View File

@ -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.1.0
version: 4.1.1
environment:
sdk: ">=2.1.0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"