Skip to content

Commit

Permalink
Remove gauge (#217)
Browse files Browse the repository at this point in the history
It's now replaced by flutter/engine#18752
  • Loading branch information
liyuqian authored Oct 6, 2020
1 parent 4e11063 commit e059cec
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 735 deletions.
3 changes: 1 addition & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ task:
activate_script: pub global activate flutter_plugin_tools
matrix:
- name: analyze
# TODO(goderbauer): remove custom-analysis once gauge has proper API docs.
script: ./script/incremental_build.sh analyze --custom-analysis gauge
script: ./script/incremental_build.sh analyze
- name: publishable
script: ./script/check_publish.sh
depends_on:
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ GeneratedPluginRegistrant.m

GeneratedPluginRegistrant.java

packages/gauge/result.json
packages/gauge/resources
*instrumentscli*.trace
*.cipd

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ These are the available packages in this repository.
|--------|-----|
| [animations](./packages/animations/) | [![pub package](https://img.shields.io/pub/v/animations.svg)](https://pub.dev/packages/animations) |
| [fuchsia_ctl](./packages/fuchsia_ctl/) | [![pub package](https://img.shields.io/pub/v/fuchsia_ctl.svg)](https://pub.dev/packages/fuchsia_ctl) |
| [gauge](./packages/gauge/) | [![pub package](https://img.shields.io/pub/v/gauge.svg)](https://pub.dev/packages/gauge) |
| [multicast_dns](./packages/multicast_dns/) | [![pub package](https://img.shields.io/pub/v/multicast_dns.svg)](https://pub.dev/packages/multicast_dns) |
| [palette_generator](./packages/palette_generator/) | [![pub package](https://img.shields.io/pub/v/palette_generator.svg)](https://pub.dartlang.org/packages/palette_generator) |
| [pigeon](./packages/pigeon/) | [![pub package](https://img.shields.io/pub/v/pigeon.svg)](https://pub.dev/packages/pigeon) |
Expand Down
24 changes: 0 additions & 24 deletions packages/gauge/CHANGELOG.md

This file was deleted.

27 changes: 0 additions & 27 deletions packages/gauge/LICENSE

This file was deleted.

36 changes: 0 additions & 36 deletions packages/gauge/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions packages/gauge/analysis_options.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions packages/gauge/bin/gauge.dart

This file was deleted.

5 changes: 0 additions & 5 deletions packages/gauge/cipd.yaml

This file was deleted.

130 changes: 0 additions & 130 deletions packages/gauge/lib/commands/base.dart

This file was deleted.

19 changes: 0 additions & 19 deletions packages/gauge/lib/commands/ioscpugpu.dart

This file was deleted.

Loading

0 comments on commit e059cec

Please sign in to comment.