diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c755a4149..043997431 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 with: channel: beta - - run: cd tool && flutter pub get && dart ci_script.dart && cd ../ + - run: flutter pub get && dart tool/ci_script.dart # android-build: # runs-on: ubuntu-latest diff --git a/README.md b/README.md index 7dc15a9e4..181d9e3fe 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A collection of open source samples that illustrate best practices for ## Contributing -We're very appreciative of fixes and necessary improvements to the existing samples. **But in most cases, we're not currently adding new samples to this repository** while we rethink sample code in the post-LLM world. +We appreciate fixes and necessary improvements to existing samples. **But in most cases, we're not currently adding new samples to this repository** while we rethink sample code in the new LLM world. Please read the [contributor's guide] if you have contributions. diff --git a/pubspec.yaml b/pubspec.yaml index e67c130f8..0f5553d81 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -45,6 +45,7 @@ workspace: - simplistic_calculator - simplistic_editor - testing_app + - tool - veggieseasons - web_embedding/element_embedding_demo - web_embedding/ng-flutter/flutter diff --git a/tool/pubspec.yaml b/tool/pubspec.yaml index 8b53821fd..f953f2ed3 100644 --- a/tool/pubspec.yaml +++ b/tool/pubspec.yaml @@ -1,5 +1,7 @@ name: repo_tool description: A tool to automate release cleanup for the samples monorepo. +resolution: workspace + environment: sdk: ^3.9.0-0