add tool as part of monorepo

pull/2701/head
Eric Windmill 1 month ago
parent 10b4d06095
commit 716d87844b

@ -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

@ -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.

@ -45,6 +45,7 @@ workspace:
- simplistic_calculator
- simplistic_editor
- testing_app
- tool
- veggieseasons
- web_embedding/element_embedding_demo
- web_embedding/ng-flutter/flutter

@ -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

Loading…
Cancel
Save