Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ Please follow this steps when working on the PlusPlugins.
- [git](https://git-scm.com) (used for source version control).
- An ssh client (used to authenticate with GitHub).
- An IDE such as [Android Studio](https://developer.android.com/studio) or [Visual Studio Code](https://code.visualstudio.com/).
- [`flutter_plugin_tools`](https://pub.dev/packages/flutter_plugin_tools) locally activated.
- [`tuneup`](https://pub.dev/packages/tuneup) locally activated.
- [`flutter_plugin_tools`](https://pub.dev/packages/flutter_plugin_tools) globally activated.

## 2. Forking & cloning the repository

Expand Down Expand Up @@ -177,7 +176,7 @@ file.
We gladly accept contributions via GitHub pull requests.

Please follow the
[Flutter style guide](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo) and
[Flutter style guide](https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md) and
[design principles](https://flutter.dev/design-principles/) before
working on anything non-trivial. These guidelines are intended to
keep the code consistent and avoid common pitfalls.
Expand Down
3 changes: 1 addition & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ scripts:
description: |
Run all static analysis checks
- Analyze the project for Dart analysis issues.
- Requires `pub global activate tuneup`.

analyze:
run: |
Expand All @@ -38,7 +37,7 @@ scripts:
run: dart pub global run flutter_plugin_tools format
description: |
activate flutter_plugin_tools
- Requires `flutter_plugin_tools` (`pub global activate flutter_plugin_tools`).
- Requires `flutter_plugin_tools` (`flutter pub global activate flutter_plugin_tools`).
- Requires `clang-format` (can be installed via Brew on macOS).

build:all:
Expand Down
Loading