Skip to content

Commit a9b3f6a

Browse files
Re-add bin/ to flutter_plugin_tools
This should have been re-added in flutter#3836 but was missed, so it doesn't work correctly via `pub global`.
1 parent 580a6e7 commit a9b3f6a

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

script/tool/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0+1
2+
3+
- Re-add the bin/ directory.
4+
15
## 0.1.0
26

37
- **NOTE**: This is no longer intended as a general-purpose package, and is now
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// Copyright 2013 The Flutter Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
5+
export 'package:flutter_plugin_tools/src/main.dart';

script/tool/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_plugin_tools
22
description: Productivity utils for flutter/plugins and flutter/packages
33
repository: https://github.com/flutter/plugins/tree/master/script/tool
4-
version: 0.1.0
4+
version: 0.1.0+1
55

66
dependencies:
77
args: "^1.4.3"

0 commit comments

Comments
 (0)