__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
name: apparmor_prompting
sdkPath: .fvm/flutter_sdk
packages:
- flutter/apps/**
- flutter/packages/**
command:
bootstrap:
environment:
sdk: ">=3.3.3 <4.0.0"
flutter: ">=3.19.6"
dev_dependencies:
ubuntu_lints: ^0.4.0
scripts:
# build all packages
build: >
melos exec -c 1 --fail-fast --flutter --dir-exists=linux -- \
fvm flutter build linux
# collect coverage information for all packages
coverage: >
melos exec -c 1 --fail-fast --dir-exists=test -- \
fvm flutter test --coverage && melos run coverage:cleanup
# cleanup generated files from coverage
coverage:cleanup: >
melos exec --file-exists=coverage/lcov.info -- \
lcov --remove coverage/lcov.info \
'**/*.freezed.dart' \
'**/*.g.dart' \
'**/*.mocks.dart' \
'**/l10n/*.dart' \
'**/*.pb*.dart' \
--ignore-errors unused,unused \
-o coverage/lcov.info
# format all packages
format:exclude: >
find . -name '*.dart' \
! -name '*.freezed.dart' \
! -name '*.g.dart' \
! -name '*.mocks.dart' \
! -path '*/l10n/*.dart' \
! -name '*.pb*.dart' \
! -path '*/.*/*' \
| xargs fvm dart format --set-exit-if-changed
# run build_runner to generate code in all packages
generate: >
dart pub global run melos exec -c 1 --fail-fast --depends-on=build_runner -- \
fvm dart run build_runner build --delete-conflicting-outputs
# run build_runner in the background to watch for changes in all packages
generate-watch: >
melos exec -c 1 --depends-on=build_runner -- \
fvm dart run build_runner watch -d &
# run gen-l10n to generate localizations in all packages
gen-l10n: >
melos exec -c 1 --fail-fast --depends-on=flutter_localizations -- \
fvm flutter gen-l10n
# run integration tests in all packages
integration_test: >
melos exec -c 1 --fail-fast --dir-exists=integration_test -- \
fvm flutter test integration_test
# runs "flutter pub <arg(s)>" in all packages
pub: melos exec -c 1 -- fvm flutter pub "$@"
# run tests in all packages
test: >
melos exec -c 1 --fail-fast --dir-exists=test -- \
fvm flutter test
# generate protobuf files in prompting_client
protoc:
run: |
rm -rf ./flutter/packages/prompting_client/lib/src/generated/* &&
protoc --dart_out=grpc:./flutter/packages/prompting_client/lib/src/generated \
-Iprotos protos/*.proto google/protobuf/empty.proto google/protobuf/wrappers.proto
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| bin | Folder | 0755 |
|
|
| docs | Folder | 0755 |
|
|
| flutter | Folder | 0755 |
|
|
| meta | Folder | 0755 |
|
|
| prompting-client | Folder | 0755 |
|
|
| protos | Folder | 0755 |
|
|
| scripts | Folder | 0755 |
|
|
| snap | Folder | 0755 |
|
|
| testing-snap | Folder | 0755 |
|
|
| usr | Folder | 0755 |
|
|
| CONTRIBUTING.md | File | 6.94 KB | 0644 |
|
| LICENSE | File | 34.33 KB | 0644 |
|
| Makefile | File | 6.4 KB | 0644 |
|
| README.md | File | 443 B | 0644 |
|
| SECURITY.md | File | 602 B | 0644 |
|
| melos.yaml | File | 2.47 KB | 0644 |
|
| pubspec.yaml | File | 108 B | 0644 |
|
| renovate.json | File | 114 B | 0644 |
|