{"name": "azure_stt_flutter", "latest": {"version": "0.0.9", "pubspec": {"name": "azure_stt_flutter", "description": "A Flutter package for real-time Speech-to-Text transcription using Microsoft Azure Cognitive Services. Supports Mobile, Desktop, and Web platforms", "version": "0.0.9", "homepage": "https://github.com/scognito/azure-stt-flutter", "repository": "https://github.com/scognito/azure-stt-flutter", "issue_tracker": "https://github.com/scognito/azure-stt-flutter/issues", "environment": {"sdk": ">=3.10.0 <4.0.0"}, "dependencies": {"flutter": {"sdk": "flutter"}, "uuid": "^4.5.3", "http": "^1.6.0", "web_socket_channel": "^3.0.3", "record": "^6.2.0", "flutter_bloc": "^9.1.1", "equatable": "^2.0.8"}, "dev_dependencies": {"flutter_test": {"sdk": "flutter"}, "melos": "^7.5.0", "dart_code_metrics_presets": "^2.30.0"}, "melos": {"scripts": {"format": "melos exec \"dart format . -l 100\"", "unlock": "find \"${1:-.}\" -type f -name 'pubspec.lock' -print -delete\n", "check_formatting": "melos exec \"dart format . -l 100 --set-exit-if-changed\"", "check": {"run": "melos analyze && melos dcm_analyze && melos dcm && melos test\n"}, "analyze": {"run": "melos exec -c 2 -- \\\n  flutter analyze --fatal-warnings --fatal-infos .\n", "description": "Run `flutter analyze` in all packages failing on info and warnings too.\n"}, "dcm": {"run": "dcm run \\\n--code-duplication --exclude-overrides --unused-code --unused-files --unused-l10n \\\n--dependencies --parameters --reporter=${DCM_REPORTER:-console} \\\nlib\n"}, "dcm_analyze": {"run": "dcm analyze --reporter=${DCM_REPORTER:-console} --no-congratulate \\\nlib\n"}, "fix": "melos exec --\\\n  dart fix --apply\n", "dcm_fix": {"run": "melos exec -c 1 -- \\\n  dcm fix lib\n"}, "dcm_format": {"run": "melos exec -c 1 -- \\\n  dcm format lib\n"}, "dcm_unused": {"run": "melos exec -c 1 -- \\\n  dcm check-unused-code lib\n"}, "dcm_duplicate": {"run": "melos exec -c 1 -- \\\n  dcm check-code-duplication lib\n"}, "dcm_metrics": {"run": "melos exec -c 1 -- \\\n  dcm calculate-metrics lib\n"}, "dcm_deps": {"run": "melos exec -c 1 -- \\\n  dcm check-dependencies lib\n"}, "dcm_params": {"run": "melos exec -c 1 -- \\\n  dcm check-parameters lib\n"}, "test_package": {"run": "melos exec -c 5 --fail-fast -- \\\n  flutter test --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test_package_with_coverage": {"run": "melos exec -c 2 --fail-fast -- \\\n  flutter test --coverage --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test": {"run": "melos run test_package --no-select", "description": "Run test for all packages"}, "test_with_coverage": {"run": "melos run test_package_with_coverage --no-select"}, "quality_checks": {"run": "melos bootstrap && melos run check_formatting && melos run analyze && melos run test", "description": "Run all static analysis checks and tests"}, "clean:deep": "melos exec -- \\\n  flutter clean\n", "clean:cache": "melos exec --scope=. -- \\\n      dart run build_runner clean && dart run build_runner build -d\n"}}, "flutter": null}, "archive_url": "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/packages/azure_stt_flutter/versions/0.0.9.tar.gz", "archive_sha256": "2abfb16adc26241bae96cfe5448f68e37e2f661978da40d964404d0c901833f7", "published": "2026-04-03T19:27:49.586444Z"}, "versions": [{"version": "0.0.1", "pubspec": {"name": "azure_stt_flutter", "description": "A Flutter package for real-time Speech-to-Text transcription using Microsoft Azure Cognitive Services with BLoC/Cubit pattern. Supports Mobile, Desktop, and Web platforms", "version": "0.0.1", "homepage": "https://github.com/scognito/azure-stt-flutter", "repository": "https://github.com/scognito/azure-stt-flutter", "issue_tracker": "https://github.com/scognito/azure-stt-flutter/issues", "environment": {"sdk": ">=3.10.0 <4.0.0"}, "dependencies": {"flutter": {"sdk": "flutter"}, "uuid": "^4.5.3", "http": "^1.6.0", "web_socket_channel": "^3.0.3", "record": "^6.2.0", "flutter_bloc": "^9.1.1", "equatable": "^2.0.8"}, "dev_dependencies": {"flutter_test": {"sdk": "flutter"}, "melos": "^7.4.0", "dart_code_metrics_presets": "^2.29.0"}, "melos": {"scripts": {"format": "melos exec \"dart format . -l 100\"", "unlock": "find \"${1:-.}\" -type f -name 'pubspec.lock' -print -delete\n", "check_formatting": "melos exec \"dart format . -l 100 --set-exit-if-changed\"", "check": {"run": "melos analyze && melos dcm_analyze && melos dcm && melos test\n"}, "analyze": {"run": "melos exec -c 2 -- \\\n  flutter analyze --fatal-warnings --fatal-infos .\n", "description": "Run `flutter analyze` in all packages failing on info and warnings too.\n"}, "dcm": {"run": "dcm run \\\n--code-duplication --exclude-overrides --unused-code --unused-files --unused-l10n \\\n--dependencies --parameters --reporter=${DCM_REPORTER:-console} \\\nlib\n"}, "dcm_analyze": {"run": "dcm analyze --reporter=${DCM_REPORTER:-console} --no-congratulate \\\nlib\n"}, "fix": "melos exec --\\\n  dart fix --apply\n", "dcm_fix": {"run": "melos exec -c 1 -- \\\n  dcm fix lib\n"}, "dcm_format": {"run": "melos exec -c 1 -- \\\n  dcm format lib\n"}, "dcm_unused": {"run": "melos exec -c 1 -- \\\n  dcm check-unused-code lib\n"}, "dcm_duplicate": {"run": "melos exec -c 1 -- \\\n  dcm check-code-duplication lib\n"}, "dcm_metrics": {"run": "melos exec -c 1 -- \\\n  dcm calculate-metrics lib\n"}, "dcm_deps": {"run": "melos exec -c 1 -- \\\n  dcm check-dependencies lib\n"}, "dcm_params": {"run": "melos exec -c 1 -- \\\n  dcm check-parameters lib\n"}, "test_package": {"run": "melos exec -c 5 --fail-fast -- \\\n  flutter test --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test_package_with_coverage": {"run": "melos exec -c 2 --fail-fast -- \\\n  flutter test --coverage --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test": {"run": "melos run test_package --no-select", "description": "Run test for all packages"}, "test_with_coverage": {"run": "melos run test_package_with_coverage --no-select"}, "quality_checks": {"run": "melos bootstrap && melos run check_formatting && melos run analyze && melos run test", "description": "Run all static analysis checks and tests"}, "clean:deep": "melos exec -- \\\n  flutter clean\n", "clean:cache": "melos exec --scope=. -- \\\n      dart run build_runner clean && dart run build_runner build -d\n"}}, "flutter": null}, "archive_url": "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/packages/azure_stt_flutter/versions/0.0.1.tar.gz", "archive_sha256": "a6032bea6a54856cc3cefd9ba1772fe4550461488619a46bf3058edeb8477cbe", "published": "2026-03-05T13:27:51.424237Z"}, {"version": "0.0.2", "pubspec": {"name": "azure_stt_flutter", "description": "A Flutter package for real-time Speech-to-Text transcription using Microsoft Azure Cognitive Services with BLoC/Cubit pattern. Supports Mobile, Desktop, and Web platforms", "version": "0.0.2", "homepage": "https://github.com/scognito/azure-stt-flutter", "repository": "https://github.com/scognito/azure-stt-flutter", "issue_tracker": "https://github.com/scognito/azure-stt-flutter/issues", "environment": {"sdk": ">=3.10.0 <4.0.0"}, "dependencies": {"flutter": {"sdk": "flutter"}, "uuid": "^4.5.3", "http": "^1.6.0", "web_socket_channel": "^3.0.3", "record": "^6.2.0", "flutter_bloc": "^9.1.1", "equatable": "^2.0.8"}, "dev_dependencies": {"flutter_test": {"sdk": "flutter"}, "melos": "^7.4.0", "dart_code_metrics_presets": "^2.29.0"}, "melos": {"scripts": {"format": "melos exec \"dart format . -l 100\"", "unlock": "find \"${1:-.}\" -type f -name 'pubspec.lock' -print -delete\n", "check_formatting": "melos exec \"dart format . -l 100 --set-exit-if-changed\"", "check": {"run": "melos analyze && melos dcm_analyze && melos dcm && melos test\n"}, "analyze": {"run": "melos exec -c 2 -- \\\n  flutter analyze --fatal-warnings --fatal-infos .\n", "description": "Run `flutter analyze` in all packages failing on info and warnings too.\n"}, "dcm": {"run": "dcm run \\\n--code-duplication --exclude-overrides --unused-code --unused-files --unused-l10n \\\n--dependencies --parameters --reporter=${DCM_REPORTER:-console} \\\nlib\n"}, "dcm_analyze": {"run": "dcm analyze --reporter=${DCM_REPORTER:-console} --no-congratulate \\\nlib\n"}, "fix": "melos exec --\\\n  dart fix --apply\n", "dcm_fix": {"run": "melos exec -c 1 -- \\\n  dcm fix lib\n"}, "dcm_format": {"run": "melos exec -c 1 -- \\\n  dcm format lib\n"}, "dcm_unused": {"run": "melos exec -c 1 -- \\\n  dcm check-unused-code lib\n"}, "dcm_duplicate": {"run": "melos exec -c 1 -- \\\n  dcm check-code-duplication lib\n"}, "dcm_metrics": {"run": "melos exec -c 1 -- \\\n  dcm calculate-metrics lib\n"}, "dcm_deps": {"run": "melos exec -c 1 -- \\\n  dcm check-dependencies lib\n"}, "dcm_params": {"run": "melos exec -c 1 -- \\\n  dcm check-parameters lib\n"}, "test_package": {"run": "melos exec -c 5 --fail-fast -- \\\n  flutter test --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test_package_with_coverage": {"run": "melos exec -c 2 --fail-fast -- \\\n  flutter test --coverage --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test": {"run": "melos run test_package --no-select", "description": "Run test for all packages"}, "test_with_coverage": {"run": "melos run test_package_with_coverage --no-select"}, "quality_checks": {"run": "melos bootstrap && melos run check_formatting && melos run analyze && melos run test", "description": "Run all static analysis checks and tests"}, "clean:deep": "melos exec -- \\\n  flutter clean\n", "clean:cache": "melos exec --scope=. -- \\\n      dart run build_runner clean && dart run build_runner build -d\n"}}, "flutter": null}, "archive_url": "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/packages/azure_stt_flutter/versions/0.0.2.tar.gz", "archive_sha256": "1c7c199e78fa143bbc6d1687db2cf9f05b1e4debfa58537e1159ebfe7c968f86", "published": "2026-03-06T14:00:28.301007Z"}, {"version": "0.0.3", "pubspec": {"name": "azure_stt_flutter", "description": "A Flutter package for real-time Speech-to-Text transcription using Microsoft Azure Cognitive Services with BLoC/Cubit pattern. Supports Mobile, Desktop, and Web platforms", "version": "0.0.3", "homepage": "https://github.com/scognito/azure-stt-flutter", "repository": "https://github.com/scognito/azure-stt-flutter", "issue_tracker": "https://github.com/scognito/azure-stt-flutter/issues", "environment": {"sdk": ">=3.10.0 <4.0.0"}, "dependencies": {"flutter": {"sdk": "flutter"}, "uuid": "^4.5.3", "http": "^1.6.0", "web_socket_channel": "^3.0.3", "record": "^6.2.0", "flutter_bloc": "^9.1.1", "equatable": "^2.0.8"}, "dev_dependencies": {"flutter_test": {"sdk": "flutter"}, "melos": "^7.4.0", "dart_code_metrics_presets": "^2.29.0"}, "melos": {"scripts": {"format": "melos exec \"dart format . -l 100\"", "unlock": "find \"${1:-.}\" -type f -name 'pubspec.lock' -print -delete\n", "check_formatting": "melos exec \"dart format . -l 100 --set-exit-if-changed\"", "check": {"run": "melos analyze && melos dcm_analyze && melos dcm && melos test\n"}, "analyze": {"run": "melos exec -c 2 -- \\\n  flutter analyze --fatal-warnings --fatal-infos .\n", "description": "Run `flutter analyze` in all packages failing on info and warnings too.\n"}, "dcm": {"run": "dcm run \\\n--code-duplication --exclude-overrides --unused-code --unused-files --unused-l10n \\\n--dependencies --parameters --reporter=${DCM_REPORTER:-console} \\\nlib\n"}, "dcm_analyze": {"run": "dcm analyze --reporter=${DCM_REPORTER:-console} --no-congratulate \\\nlib\n"}, "fix": "melos exec --\\\n  dart fix --apply\n", "dcm_fix": {"run": "melos exec -c 1 -- \\\n  dcm fix lib\n"}, "dcm_format": {"run": "melos exec -c 1 -- \\\n  dcm format lib\n"}, "dcm_unused": {"run": "melos exec -c 1 -- \\\n  dcm check-unused-code lib\n"}, "dcm_duplicate": {"run": "melos exec -c 1 -- \\\n  dcm check-code-duplication lib\n"}, "dcm_metrics": {"run": "melos exec -c 1 -- \\\n  dcm calculate-metrics lib\n"}, "dcm_deps": {"run": "melos exec -c 1 -- \\\n  dcm check-dependencies lib\n"}, "dcm_params": {"run": "melos exec -c 1 -- \\\n  dcm check-parameters lib\n"}, "test_package": {"run": "melos exec -c 5 --fail-fast -- \\\n  flutter test --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test_package_with_coverage": {"run": "melos exec -c 2 --fail-fast -- \\\n  flutter test --coverage --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test": {"run": "melos run test_package --no-select", "description": "Run test for all packages"}, "test_with_coverage": {"run": "melos run test_package_with_coverage --no-select"}, "quality_checks": {"run": "melos bootstrap && melos run check_formatting && melos run analyze && melos run test", "description": "Run all static analysis checks and tests"}, "clean:deep": "melos exec -- \\\n  flutter clean\n", "clean:cache": "melos exec --scope=. -- \\\n      dart run build_runner clean && dart run build_runner build -d\n"}}, "flutter": null}, "archive_url": "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/packages/azure_stt_flutter/versions/0.0.3.tar.gz", "archive_sha256": "3399ee1e8b8bba097a48249c606bc69bde72cce40a030e79c1095c029fa2f1c3", "published": "2026-03-06T14:05:02.419723Z"}, {"version": "0.0.4", "pubspec": {"name": "azure_stt_flutter", "description": "A Flutter package for real-time Speech-to-Text transcription using Microsoft Azure Cognitive Services with BLoC/Cubit pattern. Supports Mobile, Desktop, and Web platforms", "version": "0.0.4", "homepage": "https://github.com/scognito/azure-stt-flutter", "repository": "https://github.com/scognito/azure-stt-flutter", "issue_tracker": "https://github.com/scognito/azure-stt-flutter/issues", "environment": {"sdk": ">=3.10.0 <4.0.0"}, "dependencies": {"flutter": {"sdk": "flutter"}, "uuid": "^4.5.3", "http": "^1.6.0", "web_socket_channel": "^3.0.3", "record": "^6.2.0", "flutter_bloc": "^9.1.1", "equatable": "^2.0.8"}, "dev_dependencies": {"flutter_test": {"sdk": "flutter"}, "melos": "^7.4.0", "dart_code_metrics_presets": "^2.29.0"}, "melos": {"scripts": {"format": "melos exec \"dart format . -l 100\"", "unlock": "find \"${1:-.}\" -type f -name 'pubspec.lock' -print -delete\n", "check_formatting": "melos exec \"dart format . -l 100 --set-exit-if-changed\"", "check": {"run": "melos analyze && melos dcm_analyze && melos dcm && melos test\n"}, "analyze": {"run": "melos exec -c 2 -- \\\n  flutter analyze --fatal-warnings --fatal-infos .\n", "description": "Run `flutter analyze` in all packages failing on info and warnings too.\n"}, "dcm": {"run": "dcm run \\\n--code-duplication --exclude-overrides --unused-code --unused-files --unused-l10n \\\n--dependencies --parameters --reporter=${DCM_REPORTER:-console} \\\nlib\n"}, "dcm_analyze": {"run": "dcm analyze --reporter=${DCM_REPORTER:-console} --no-congratulate \\\nlib\n"}, "fix": "melos exec --\\\n  dart fix --apply\n", "dcm_fix": {"run": "melos exec -c 1 -- \\\n  dcm fix lib\n"}, "dcm_format": {"run": "melos exec -c 1 -- \\\n  dcm format lib\n"}, "dcm_unused": {"run": "melos exec -c 1 -- \\\n  dcm check-unused-code lib\n"}, "dcm_duplicate": {"run": "melos exec -c 1 -- \\\n  dcm check-code-duplication lib\n"}, "dcm_metrics": {"run": "melos exec -c 1 -- \\\n  dcm calculate-metrics lib\n"}, "dcm_deps": {"run": "melos exec -c 1 -- \\\n  dcm check-dependencies lib\n"}, "dcm_params": {"run": "melos exec -c 1 -- \\\n  dcm check-parameters lib\n"}, "test_package": {"run": "melos exec -c 5 --fail-fast -- \\\n  flutter test --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test_package_with_coverage": {"run": "melos exec -c 2 --fail-fast -- \\\n  flutter test --coverage --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test": {"run": "melos run test_package --no-select", "description": "Run test for all packages"}, "test_with_coverage": {"run": "melos run test_package_with_coverage --no-select"}, "quality_checks": {"run": "melos bootstrap && melos run check_formatting && melos run analyze && melos run test", "description": "Run all static analysis checks and tests"}, "clean:deep": "melos exec -- \\\n  flutter clean\n", "clean:cache": "melos exec --scope=. -- \\\n      dart run build_runner clean && dart run build_runner build -d\n"}}, "flutter": null}, "archive_url": "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/packages/azure_stt_flutter/versions/0.0.4.tar.gz", "archive_sha256": "c4e63242cfdaca31a3f677ef8655b544f0dd7d49c8c611c4f283953e69022adf", "published": "2026-03-06T14:10:48.381635Z"}, {"version": "0.0.5", "pubspec": {"name": "azure_stt_flutter", "description": "A Flutter package for real-time Speech-to-Text transcription using Microsoft Azure Cognitive Services with BLoC/Cubit pattern. Supports Mobile, Desktop, and Web platforms", "version": "0.0.5", "homepage": "https://github.com/scognito/azure-stt-flutter", "repository": "https://github.com/scognito/azure-stt-flutter", "issue_tracker": "https://github.com/scognito/azure-stt-flutter/issues", "environment": {"sdk": ">=3.10.0 <4.0.0"}, "dependencies": {"flutter": {"sdk": "flutter"}, "uuid": "^4.5.3", "http": "^1.6.0", "web_socket_channel": "^3.0.3", "record": "^6.2.0", "flutter_bloc": "^9.1.1", "equatable": "^2.0.8"}, "dev_dependencies": {"flutter_test": {"sdk": "flutter"}, "melos": "^7.4.0", "dart_code_metrics_presets": "^2.29.0"}, "melos": {"scripts": {"format": "melos exec \"dart format . -l 100\"", "unlock": "find \"${1:-.}\" -type f -name 'pubspec.lock' -print -delete\n", "check_formatting": "melos exec \"dart format . -l 100 --set-exit-if-changed\"", "check": {"run": "melos analyze && melos dcm_analyze && melos dcm && melos test\n"}, "analyze": {"run": "melos exec -c 2 -- \\\n  flutter analyze --fatal-warnings --fatal-infos .\n", "description": "Run `flutter analyze` in all packages failing on info and warnings too.\n"}, "dcm": {"run": "dcm run \\\n--code-duplication --exclude-overrides --unused-code --unused-files --unused-l10n \\\n--dependencies --parameters --reporter=${DCM_REPORTER:-console} \\\nlib\n"}, "dcm_analyze": {"run": "dcm analyze --reporter=${DCM_REPORTER:-console} --no-congratulate \\\nlib\n"}, "fix": "melos exec --\\\n  dart fix --apply\n", "dcm_fix": {"run": "melos exec -c 1 -- \\\n  dcm fix lib\n"}, "dcm_format": {"run": "melos exec -c 1 -- \\\n  dcm format lib\n"}, "dcm_unused": {"run": "melos exec -c 1 -- \\\n  dcm check-unused-code lib\n"}, "dcm_duplicate": {"run": "melos exec -c 1 -- \\\n  dcm check-code-duplication lib\n"}, "dcm_metrics": {"run": "melos exec -c 1 -- \\\n  dcm calculate-metrics lib\n"}, "dcm_deps": {"run": "melos exec -c 1 -- \\\n  dcm check-dependencies lib\n"}, "dcm_params": {"run": "melos exec -c 1 -- \\\n  dcm check-parameters lib\n"}, "test_package": {"run": "melos exec -c 5 --fail-fast -- \\\n  flutter test --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test_package_with_coverage": {"run": "melos exec -c 2 --fail-fast -- \\\n  flutter test --coverage --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test": {"run": "melos run test_package --no-select", "description": "Run test for all packages"}, "test_with_coverage": {"run": "melos run test_package_with_coverage --no-select"}, "quality_checks": {"run": "melos bootstrap && melos run check_formatting && melos run analyze && melos run test", "description": "Run all static analysis checks and tests"}, "clean:deep": "melos exec -- \\\n  flutter clean\n", "clean:cache": "melos exec --scope=. -- \\\n      dart run build_runner clean && dart run build_runner build -d\n"}}, "flutter": null}, "archive_url": "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/packages/azure_stt_flutter/versions/0.0.5.tar.gz", "archive_sha256": "704425cd5867e5561e5c6f7122ab2fed3d0c4f1bd2de9f5927cf3dafa194cc41", "published": "2026-03-12T09:58:44.354716Z"}, {"version": "0.0.6", "pubspec": {"name": "azure_stt_flutter", "description": "A Flutter package for real-time Speech-to-Text transcription using Microsoft Azure Cognitive Services with BLoC/Cubit pattern. Supports Mobile, Desktop, and Web platforms", "version": "0.0.6", "homepage": "https://github.com/scognito/azure-stt-flutter", "repository": "https://github.com/scognito/azure-stt-flutter", "issue_tracker": "https://github.com/scognito/azure-stt-flutter/issues", "environment": {"sdk": ">=3.10.0 <4.0.0"}, "dependencies": {"flutter": {"sdk": "flutter"}, "uuid": "^4.5.3", "http": "^1.6.0", "web_socket_channel": "^3.0.3", "record": "^6.2.0", "flutter_bloc": "^9.1.1", "equatable": "^2.0.8"}, "dev_dependencies": {"flutter_test": {"sdk": "flutter"}, "melos": "^7.4.1", "dart_code_metrics_presets": "^2.30.0"}, "melos": {"scripts": {"format": "melos exec \"dart format . -l 100\"", "unlock": "find \"${1:-.}\" -type f -name 'pubspec.lock' -print -delete\n", "check_formatting": "melos exec \"dart format . -l 100 --set-exit-if-changed\"", "check": {"run": "melos analyze && melos dcm_analyze && melos dcm && melos test\n"}, "analyze": {"run": "melos exec -c 2 -- \\\n  flutter analyze --fatal-warnings --fatal-infos .\n", "description": "Run `flutter analyze` in all packages failing on info and warnings too.\n"}, "dcm": {"run": "dcm run \\\n--code-duplication --exclude-overrides --unused-code --unused-files --unused-l10n \\\n--dependencies --parameters --reporter=${DCM_REPORTER:-console} \\\nlib\n"}, "dcm_analyze": {"run": "dcm analyze --reporter=${DCM_REPORTER:-console} --no-congratulate \\\nlib\n"}, "fix": "melos exec --\\\n  dart fix --apply\n", "dcm_fix": {"run": "melos exec -c 1 -- \\\n  dcm fix lib\n"}, "dcm_format": {"run": "melos exec -c 1 -- \\\n  dcm format lib\n"}, "dcm_unused": {"run": "melos exec -c 1 -- \\\n  dcm check-unused-code lib\n"}, "dcm_duplicate": {"run": "melos exec -c 1 -- \\\n  dcm check-code-duplication lib\n"}, "dcm_metrics": {"run": "melos exec -c 1 -- \\\n  dcm calculate-metrics lib\n"}, "dcm_deps": {"run": "melos exec -c 1 -- \\\n  dcm check-dependencies lib\n"}, "dcm_params": {"run": "melos exec -c 1 -- \\\n  dcm check-parameters lib\n"}, "test_package": {"run": "melos exec -c 5 --fail-fast -- \\\n  flutter test --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test_package_with_coverage": {"run": "melos exec -c 2 --fail-fast -- \\\n  flutter test --coverage --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test": {"run": "melos run test_package --no-select", "description": "Run test for all packages"}, "test_with_coverage": {"run": "melos run test_package_with_coverage --no-select"}, "quality_checks": {"run": "melos bootstrap && melos run check_formatting && melos run analyze && melos run test", "description": "Run all static analysis checks and tests"}, "clean:deep": "melos exec -- \\\n  flutter clean\n", "clean:cache": "melos exec --scope=. -- \\\n      dart run build_runner clean && dart run build_runner build -d\n"}}, "flutter": null}, "archive_url": "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/packages/azure_stt_flutter/versions/0.0.6.tar.gz", "archive_sha256": "0ada35aeb751ebc1b08e1b702b944c1e96f546a2c7e10445f4e16eae39a648e2", "published": "2026-03-18T15:50:24.862772Z"}, {"version": "0.0.7", "pubspec": {"name": "azure_stt_flutter", "description": "A Flutter package for real-time Speech-to-Text transcription using Microsoft Azure Cognitive Services with BLoC/Cubit pattern. Supports Mobile, Desktop, and Web platforms", "version": "0.0.7", "homepage": "https://github.com/scognito/azure-stt-flutter", "repository": "https://github.com/scognito/azure-stt-flutter", "issue_tracker": "https://github.com/scognito/azure-stt-flutter/issues", "environment": {"sdk": ">=3.10.0 <4.0.0"}, "dependencies": {"flutter": {"sdk": "flutter"}, "uuid": "^4.5.3", "http": "^1.6.0", "web_socket_channel": "^3.0.3", "record": "^6.2.0", "flutter_bloc": "^9.1.1", "equatable": "^2.0.8"}, "dev_dependencies": {"flutter_test": {"sdk": "flutter"}, "melos": "^7.4.1", "dart_code_metrics_presets": "^2.30.0"}, "melos": {"scripts": {"format": "melos exec \"dart format . -l 100\"", "unlock": "find \"${1:-.}\" -type f -name 'pubspec.lock' -print -delete\n", "check_formatting": "melos exec \"dart format . -l 100 --set-exit-if-changed\"", "check": {"run": "melos analyze && melos dcm_analyze && melos dcm && melos test\n"}, "analyze": {"run": "melos exec -c 2 -- \\\n  flutter analyze --fatal-warnings --fatal-infos .\n", "description": "Run `flutter analyze` in all packages failing on info and warnings too.\n"}, "dcm": {"run": "dcm run \\\n--code-duplication --exclude-overrides --unused-code --unused-files --unused-l10n \\\n--dependencies --parameters --reporter=${DCM_REPORTER:-console} \\\nlib\n"}, "dcm_analyze": {"run": "dcm analyze --reporter=${DCM_REPORTER:-console} --no-congratulate \\\nlib\n"}, "fix": "melos exec --\\\n  dart fix --apply\n", "dcm_fix": {"run": "melos exec -c 1 -- \\\n  dcm fix lib\n"}, "dcm_format": {"run": "melos exec -c 1 -- \\\n  dcm format lib\n"}, "dcm_unused": {"run": "melos exec -c 1 -- \\\n  dcm check-unused-code lib\n"}, "dcm_duplicate": {"run": "melos exec -c 1 -- \\\n  dcm check-code-duplication lib\n"}, "dcm_metrics": {"run": "melos exec -c 1 -- \\\n  dcm calculate-metrics lib\n"}, "dcm_deps": {"run": "melos exec -c 1 -- \\\n  dcm check-dependencies lib\n"}, "dcm_params": {"run": "melos exec -c 1 -- \\\n  dcm check-parameters lib\n"}, "test_package": {"run": "melos exec -c 5 --fail-fast -- \\\n  flutter test --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test_package_with_coverage": {"run": "melos exec -c 2 --fail-fast -- \\\n  flutter test --coverage --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test": {"run": "melos run test_package --no-select", "description": "Run test for all packages"}, "test_with_coverage": {"run": "melos run test_package_with_coverage --no-select"}, "quality_checks": {"run": "melos bootstrap && melos run check_formatting && melos run analyze && melos run test", "description": "Run all static analysis checks and tests"}, "clean:deep": "melos exec -- \\\n  flutter clean\n", "clean:cache": "melos exec --scope=. -- \\\n      dart run build_runner clean && dart run build_runner build -d\n"}}, "flutter": null}, "archive_url": "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/packages/azure_stt_flutter/versions/0.0.7.tar.gz", "archive_sha256": "bf30174050539a5c0653d7302a89b1f6eb98e10f024a84799abc58ec46e0e157", "published": "2026-03-22T18:52:44.153107Z"}, {"version": "0.0.8", "pubspec": {"name": "azure_stt_flutter", "description": "A Flutter package for real-time Speech-to-Text transcription using Microsoft Azure Cognitive Services. Supports Mobile, Desktop, and Web platforms", "version": "0.0.8", "homepage": "https://github.com/scognito/azure-stt-flutter", "repository": "https://github.com/scognito/azure-stt-flutter", "issue_tracker": "https://github.com/scognito/azure-stt-flutter/issues", "environment": {"sdk": ">=3.10.0 <4.0.0"}, "dependencies": {"flutter": {"sdk": "flutter"}, "uuid": "^4.5.3", "http": "^1.6.0", "web_socket_channel": "^3.0.3", "record": "^6.2.0", "flutter_bloc": "^9.1.1", "equatable": "^2.0.8"}, "dev_dependencies": {"flutter_test": {"sdk": "flutter"}, "melos": "^7.5.0", "dart_code_metrics_presets": "^2.30.0"}, "melos": {"scripts": {"format": "melos exec \"dart format . -l 100\"", "unlock": "find \"${1:-.}\" -type f -name 'pubspec.lock' -print -delete\n", "check_formatting": "melos exec \"dart format . -l 100 --set-exit-if-changed\"", "check": {"run": "melos analyze && melos dcm_analyze && melos dcm && melos test\n"}, "analyze": {"run": "melos exec -c 2 -- \\\n  flutter analyze --fatal-warnings --fatal-infos .\n", "description": "Run `flutter analyze` in all packages failing on info and warnings too.\n"}, "dcm": {"run": "dcm run \\\n--code-duplication --exclude-overrides --unused-code --unused-files --unused-l10n \\\n--dependencies --parameters --reporter=${DCM_REPORTER:-console} \\\nlib\n"}, "dcm_analyze": {"run": "dcm analyze --reporter=${DCM_REPORTER:-console} --no-congratulate \\\nlib\n"}, "fix": "melos exec --\\\n  dart fix --apply\n", "dcm_fix": {"run": "melos exec -c 1 -- \\\n  dcm fix lib\n"}, "dcm_format": {"run": "melos exec -c 1 -- \\\n  dcm format lib\n"}, "dcm_unused": {"run": "melos exec -c 1 -- \\\n  dcm check-unused-code lib\n"}, "dcm_duplicate": {"run": "melos exec -c 1 -- \\\n  dcm check-code-duplication lib\n"}, "dcm_metrics": {"run": "melos exec -c 1 -- \\\n  dcm calculate-metrics lib\n"}, "dcm_deps": {"run": "melos exec -c 1 -- \\\n  dcm check-dependencies lib\n"}, "dcm_params": {"run": "melos exec -c 1 -- \\\n  dcm check-parameters lib\n"}, "test_package": {"run": "melos exec -c 5 --fail-fast -- \\\n  flutter test --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test_package_with_coverage": {"run": "melos exec -c 2 --fail-fast -- \\\n  flutter test --coverage --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test": {"run": "melos run test_package --no-select", "description": "Run test for all packages"}, "test_with_coverage": {"run": "melos run test_package_with_coverage --no-select"}, "quality_checks": {"run": "melos bootstrap && melos run check_formatting && melos run analyze && melos run test", "description": "Run all static analysis checks and tests"}, "clean:deep": "melos exec -- \\\n  flutter clean\n", "clean:cache": "melos exec --scope=. -- \\\n      dart run build_runner clean && dart run build_runner build -d\n"}}, "flutter": null}, "archive_url": "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/packages/azure_stt_flutter/versions/0.0.8.tar.gz", "archive_sha256": "d51f7c03cfb76296bb788f26d136114fb8e65c7f8e43ddb223754d4c00658b5d", "published": "2026-03-26T15:54:32.521081Z"}, {"version": "0.0.9", "pubspec": {"name": "azure_stt_flutter", "description": "A Flutter package for real-time Speech-to-Text transcription using Microsoft Azure Cognitive Services. Supports Mobile, Desktop, and Web platforms", "version": "0.0.9", "homepage": "https://github.com/scognito/azure-stt-flutter", "repository": "https://github.com/scognito/azure-stt-flutter", "issue_tracker": "https://github.com/scognito/azure-stt-flutter/issues", "environment": {"sdk": ">=3.10.0 <4.0.0"}, "dependencies": {"flutter": {"sdk": "flutter"}, "uuid": "^4.5.3", "http": "^1.6.0", "web_socket_channel": "^3.0.3", "record": "^6.2.0", "flutter_bloc": "^9.1.1", "equatable": "^2.0.8"}, "dev_dependencies": {"flutter_test": {"sdk": "flutter"}, "melos": "^7.5.0", "dart_code_metrics_presets": "^2.30.0"}, "melos": {"scripts": {"format": "melos exec \"dart format . -l 100\"", "unlock": "find \"${1:-.}\" -type f -name 'pubspec.lock' -print -delete\n", "check_formatting": "melos exec \"dart format . -l 100 --set-exit-if-changed\"", "check": {"run": "melos analyze && melos dcm_analyze && melos dcm && melos test\n"}, "analyze": {"run": "melos exec -c 2 -- \\\n  flutter analyze --fatal-warnings --fatal-infos .\n", "description": "Run `flutter analyze` in all packages failing on info and warnings too.\n"}, "dcm": {"run": "dcm run \\\n--code-duplication --exclude-overrides --unused-code --unused-files --unused-l10n \\\n--dependencies --parameters --reporter=${DCM_REPORTER:-console} \\\nlib\n"}, "dcm_analyze": {"run": "dcm analyze --reporter=${DCM_REPORTER:-console} --no-congratulate \\\nlib\n"}, "fix": "melos exec --\\\n  dart fix --apply\n", "dcm_fix": {"run": "melos exec -c 1 -- \\\n  dcm fix lib\n"}, "dcm_format": {"run": "melos exec -c 1 -- \\\n  dcm format lib\n"}, "dcm_unused": {"run": "melos exec -c 1 -- \\\n  dcm check-unused-code lib\n"}, "dcm_duplicate": {"run": "melos exec -c 1 -- \\\n  dcm check-code-duplication lib\n"}, "dcm_metrics": {"run": "melos exec -c 1 -- \\\n  dcm calculate-metrics lib\n"}, "dcm_deps": {"run": "melos exec -c 1 -- \\\n  dcm check-dependencies lib\n"}, "dcm_params": {"run": "melos exec -c 1 -- \\\n  dcm check-parameters lib\n"}, "test_package": {"run": "melos exec -c 5 --fail-fast -- \\\n  flutter test --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test_package_with_coverage": {"run": "melos exec -c 2 --fail-fast -- \\\n  flutter test --coverage --dart-define=TESTING=true\n", "select-package": {"dir-exists": ["test"]}}, "test": {"run": "melos run test_package --no-select", "description": "Run test for all packages"}, "test_with_coverage": {"run": "melos run test_package_with_coverage --no-select"}, "quality_checks": {"run": "melos bootstrap && melos run check_formatting && melos run analyze && melos run test", "description": "Run all static analysis checks and tests"}, "clean:deep": "melos exec -- \\\n  flutter clean\n", "clean:cache": "melos exec --scope=. -- \\\n      dart run build_runner clean && dart run build_runner build -d\n"}}, "flutter": null}, "archive_url": "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/packages/azure_stt_flutter/versions/0.0.9.tar.gz", "archive_sha256": "2abfb16adc26241bae96cfe5448f68e37e2f661978da40d964404d0c901833f7", "published": "2026-04-03T19:27:49.586444Z"}]}