diff --git a/.gitignore b/.gitignore index d42022e..bc5bcde 100644 --- a/.gitignore +++ b/.gitignore @@ -164,3 +164,5 @@ migrate_working_dir/ build/ + +**/docs/addver \ No newline at end of file diff --git a/README.md b/README.md index b3ee144..1ea44b1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This action is designed to format and test Flutter repositories on pull requests Follow the instructions below to integrate this action into your workflow. + + ```yml name: Pull Request on: @@ -19,12 +21,14 @@ jobs: - uses: actions/checkout@v4 # Set up Flutter within the action - uses: subosito/flutter-action@v2 - - uses: ZebraDevs/flutter-code-quality@main + - uses: ZebraDevs/flutter-code-quality@v1.0.0 with: # Token used for authentication. token: ${{secrets.GITHUB_TOKEN}} ``` + + ## Contributing This project welcomes contributions. Pleae check out our [Contributing guide](CONTRIBUTING.md) to learn more on how to get started. diff --git a/tests/fail_repo/.dart_tool/dartpad/web_plugin_registrant.dart b/tests/fail_repo/.dart_tool/dartpad/web_plugin_registrant.dart deleted file mode 100644 index fd546bf..0000000 --- a/tests/fail_repo/.dart_tool/dartpad/web_plugin_registrant.dart +++ /dev/null @@ -1,8 +0,0 @@ -// Flutter web plugin registrant file. -// -// Generated file. Do not edit. -// - -// ignore_for_file: type=lint - -void registerPlugins() {} diff --git a/tests/fail_repo/.dart_tool/extension_discovery/README.md b/tests/fail_repo/.dart_tool/extension_discovery/README.md deleted file mode 100644 index 9dc6757..0000000 --- a/tests/fail_repo/.dart_tool/extension_discovery/README.md +++ /dev/null @@ -1,31 +0,0 @@ -Extension Discovery Cache -========================= - -This folder is used by `package:extension_discovery` to cache lists of -packages that contains extensions for other packages. - -DO NOT USE THIS FOLDER ----------------------- - - * Do not read (or rely) the contents of this folder. - * Do write to this folder. - -If you're interested in the lists of extensions stored in this folder use the -API offered by package `extension_discovery` to get this information. - -If this package doesn't work for your use-case, then don't try to read the -contents of this folder. It may change, and will not remain stable. - -Use package `extension_discovery` ---------------------------------- - -If you want to access information from this folder. - -Feel free to delete this folder -------------------------------- - -Files in this folder act as a cache, and the cache is discarded if the files -are older than the modification time of `.dart_tool/package_config.json`. - -Hence, it should never be necessary to clear this cache manually, if you find a -need to do please file a bug. diff --git a/tests/fail_repo/.dart_tool/extension_discovery/vs_code.json b/tests/fail_repo/.dart_tool/extension_discovery/vs_code.json deleted file mode 100644 index b7b97c0..0000000 --- a/tests/fail_repo/.dart_tool/extension_discovery/vs_code.json +++ /dev/null @@ -1 +0,0 @@ -{"version":2,"entries":[{"package":"fail_repo","rootUri":"../","packageUri":"lib/"}]} \ No newline at end of file diff --git a/tests/fail_repo/.dart_tool/package_config.json b/tests/fail_repo/.dart_tool/package_config.json deleted file mode 100644 index ca26799..0000000 --- a/tests/fail_repo/.dart_tool/package_config.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "configVersion": 2, - "packages": [ - { - "name": "async", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/async-2.11.0", - "packageUri": "lib/", - "languageVersion": "2.18" - }, - { - "name": "boolean_selector", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1", - "packageUri": "lib/", - "languageVersion": "2.17" - }, - { - "name": "characters", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/characters-1.3.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "clock", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/clock-1.1.1", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "collection", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/collection-1.18.0", - "packageUri": "lib/", - "languageVersion": "2.18" - }, - { - "name": "fake_async", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/fake_async-1.3.1", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "flutter", - "rootUri": "file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter", - "packageUri": "lib/", - "languageVersion": "3.3" - }, - { - "name": "flutter_test", - "rootUri": "file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter_test", - "packageUri": "lib/", - "languageVersion": "3.3" - }, - { - "name": "leak_tracker", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker-10.0.4", - "packageUri": "lib/", - "languageVersion": "3.2" - }, - { - "name": "leak_tracker_flutter_testing", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.3", - "packageUri": "lib/", - "languageVersion": "3.2" - }, - { - "name": "leak_tracker_testing", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1", - "packageUri": "lib/", - "languageVersion": "3.2" - }, - { - "name": "matcher", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/matcher-0.12.16+1", - "packageUri": "lib/", - "languageVersion": "3.0" - }, - { - "name": "material_color_utilities", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0", - "packageUri": "lib/", - "languageVersion": "2.17" - }, - { - "name": "meta", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/meta-1.12.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "path", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/path-1.9.0", - "packageUri": "lib/", - "languageVersion": "3.0" - }, - { - "name": "sky_engine", - "rootUri": "file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/bin/cache/pkg/sky_engine", - "packageUri": "lib/", - "languageVersion": "3.2" - }, - { - "name": "source_span", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/source_span-1.10.0", - "packageUri": "lib/", - "languageVersion": "2.18" - }, - { - "name": "stack_trace", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/stack_trace-1.11.1", - "packageUri": "lib/", - "languageVersion": "2.18" - }, - { - "name": "stream_channel", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/stream_channel-2.1.2", - "packageUri": "lib/", - "languageVersion": "2.19" - }, - { - "name": "string_scanner", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/string_scanner-1.2.0", - "packageUri": "lib/", - "languageVersion": "2.18" - }, - { - "name": "term_glyph", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/term_glyph-1.2.1", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "test_api", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/test_api-0.7.0", - "packageUri": "lib/", - "languageVersion": "3.0" - }, - { - "name": "vector_math", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/vector_math-2.1.4", - "packageUri": "lib/", - "languageVersion": "2.14" - }, - { - "name": "vm_service", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/vm_service-14.2.1", - "packageUri": "lib/", - "languageVersion": "3.3" - }, - { - "name": "zds_analysis", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/zds_analysis-1.0.0", - "packageUri": "lib/", - "languageVersion": "2.18" - }, - { - "name": "fail_repo", - "rootUri": "../", - "packageUri": "lib/", - "languageVersion": "3.4" - } - ], - "generated": "2024-06-26T13:58:01.299572Z", - "generator": "pub", - "generatorVersion": "3.4.3", - "flutterRoot": "file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64", - "flutterVersion": "3.22.2", - "pubCache": "file:///home/runner/.pub-cache" -} diff --git a/tests/fail_repo/.dart_tool/package_config_subset b/tests/fail_repo/.dart_tool/package_config_subset deleted file mode 100644 index 28cf1ad..0000000 --- a/tests/fail_repo/.dart_tool/package_config_subset +++ /dev/null @@ -1,105 +0,0 @@ -async -2.18 -file:///home/runner/.pub-cache/hosted/pub.dev/async-2.11.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/async-2.11.0/lib/ -boolean_selector -2.17 -file:///home/runner/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1/ -file:///home/runner/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1/lib/ -characters -2.12 -file:///home/runner/.pub-cache/hosted/pub.dev/characters-1.3.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/characters-1.3.0/lib/ -clock -2.12 -file:///home/runner/.pub-cache/hosted/pub.dev/clock-1.1.1/ -file:///home/runner/.pub-cache/hosted/pub.dev/clock-1.1.1/lib/ -collection -2.18 -file:///home/runner/.pub-cache/hosted/pub.dev/collection-1.18.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/ -fake_async -2.12 -file:///home/runner/.pub-cache/hosted/pub.dev/fake_async-1.3.1/ -file:///home/runner/.pub-cache/hosted/pub.dev/fake_async-1.3.1/lib/ -leak_tracker -3.2 -file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker-10.0.4/ -file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker-10.0.4/lib/ -leak_tracker_flutter_testing -3.2 -file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.3/ -file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.3/lib/ -leak_tracker_testing -3.2 -file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1/ -file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1/lib/ -matcher -3.0 -file:///home/runner/.pub-cache/hosted/pub.dev/matcher-0.12.16+1/ -file:///home/runner/.pub-cache/hosted/pub.dev/matcher-0.12.16+1/lib/ -material_color_utilities -2.17 -file:///home/runner/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/ -meta -2.12 -file:///home/runner/.pub-cache/hosted/pub.dev/meta-1.12.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/meta-1.12.0/lib/ -path -3.0 -file:///home/runner/.pub-cache/hosted/pub.dev/path-1.9.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/path-1.9.0/lib/ -source_span -2.18 -file:///home/runner/.pub-cache/hosted/pub.dev/source_span-1.10.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/source_span-1.10.0/lib/ -stack_trace -2.18 -file:///home/runner/.pub-cache/hosted/pub.dev/stack_trace-1.11.1/ -file:///home/runner/.pub-cache/hosted/pub.dev/stack_trace-1.11.1/lib/ -stream_channel -2.19 -file:///home/runner/.pub-cache/hosted/pub.dev/stream_channel-2.1.2/ -file:///home/runner/.pub-cache/hosted/pub.dev/stream_channel-2.1.2/lib/ -string_scanner -2.18 -file:///home/runner/.pub-cache/hosted/pub.dev/string_scanner-1.2.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/string_scanner-1.2.0/lib/ -term_glyph -2.12 -file:///home/runner/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/ -file:///home/runner/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/lib/ -test_api -3.0 -file:///home/runner/.pub-cache/hosted/pub.dev/test_api-0.7.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/test_api-0.7.0/lib/ -vector_math -2.14 -file:///home/runner/.pub-cache/hosted/pub.dev/vector_math-2.1.4/ -file:///home/runner/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/ -vm_service -3.3 -file:///home/runner/.pub-cache/hosted/pub.dev/vm_service-14.2.1/ -file:///home/runner/.pub-cache/hosted/pub.dev/vm_service-14.2.1/lib/ -zds_analysis -2.18 -file:///home/runner/.pub-cache/hosted/pub.dev/zds_analysis-1.0.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/zds_analysis-1.0.0/lib/ -fail_repo -3.4 -file:///home/runner/work/flutter-code-quality/flutter-code-quality/tests/fail_repo/ -file:///home/runner/work/flutter-code-quality/flutter-code-quality/tests/fail_repo/lib/ -sky_engine -3.2 -file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/bin/cache/pkg/sky_engine/ -file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/bin/cache/pkg/sky_engine/lib/ -flutter -3.3 -file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter/ -file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter/lib/ -flutter_test -3.3 -file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter_test/ -file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter_test/lib/ -2 diff --git a/tests/fail_repo/.dart_tool/version b/tests/fail_repo/.dart_tool/version deleted file mode 100644 index dbc9520..0000000 --- a/tests/fail_repo/.dart_tool/version +++ /dev/null @@ -1 +0,0 @@ -3.22.2 \ No newline at end of file diff --git a/tests/fail_repo/.idea/libraries/Dart_SDK.xml b/tests/fail_repo/.idea/libraries/Dart_SDK.xml deleted file mode 100644 index 9bc6716..0000000 --- a/tests/fail_repo/.idea/libraries/Dart_SDK.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/fail_repo/.idea/libraries/KotlinJavaRuntime.xml b/tests/fail_repo/.idea/libraries/KotlinJavaRuntime.xml deleted file mode 100644 index 2b96ac4..0000000 --- a/tests/fail_repo/.idea/libraries/KotlinJavaRuntime.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/tests/fail_repo/.idea/modules.xml b/tests/fail_repo/.idea/modules.xml deleted file mode 100644 index 47ccbff..0000000 --- a/tests/fail_repo/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/tests/fail_repo/.idea/runConfigurations/main_dart.xml b/tests/fail_repo/.idea/runConfigurations/main_dart.xml deleted file mode 100644 index aab7b5c..0000000 --- a/tests/fail_repo/.idea/runConfigurations/main_dart.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/tests/fail_repo/.idea/workspace.xml b/tests/fail_repo/.idea/workspace.xml deleted file mode 100644 index 5b3388c..0000000 --- a/tests/fail_repo/.idea/workspace.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/fail_repo/build/native_assets/macos/native_assets.yaml b/tests/fail_repo/build/native_assets/macos/native_assets.yaml deleted file mode 100644 index e3cc6f6..0000000 --- a/tests/fail_repo/build/native_assets/macos/native_assets.yaml +++ /dev/null @@ -1,5 +0,0 @@ -format-version: - - 1 - - 0 - - 0 -native-assets: {} \ No newline at end of file diff --git a/tests/fail_repo/build/test_cache/build/cache.dill.track.dill b/tests/fail_repo/build/test_cache/build/cache.dill.track.dill deleted file mode 100644 index 4baa570..0000000 Binary files a/tests/fail_repo/build/test_cache/build/cache.dill.track.dill and /dev/null differ diff --git a/tests/fail_repo/build/unit_test_assets/AssetManifest.bin b/tests/fail_repo/build/unit_test_assets/AssetManifest.bin deleted file mode 100644 index 86d111f..0000000 Binary files a/tests/fail_repo/build/unit_test_assets/AssetManifest.bin and /dev/null differ diff --git a/tests/fail_repo/build/unit_test_assets/AssetManifest.json b/tests/fail_repo/build/unit_test_assets/AssetManifest.json deleted file mode 100644 index 9e26dfe..0000000 --- a/tests/fail_repo/build/unit_test_assets/AssetManifest.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/fail_repo/build/unit_test_assets/FontManifest.json b/tests/fail_repo/build/unit_test_assets/FontManifest.json deleted file mode 100644 index 0637a08..0000000 --- a/tests/fail_repo/build/unit_test_assets/FontManifest.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/tests/fail_repo/build/unit_test_assets/NOTICES.Z b/tests/fail_repo/build/unit_test_assets/NOTICES.Z deleted file mode 100644 index ae23eb9..0000000 Binary files a/tests/fail_repo/build/unit_test_assets/NOTICES.Z and /dev/null differ diff --git a/tests/fail_repo/build/unit_test_assets/shaders/ink_sparkle.frag b/tests/fail_repo/build/unit_test_assets/shaders/ink_sparkle.frag deleted file mode 100644 index 0e0a9c6..0000000 Binary files a/tests/fail_repo/build/unit_test_assets/shaders/ink_sparkle.frag and /dev/null differ diff --git a/tests/fail_repo/pubspec.lock b/tests/fail_repo/pubspec.lock deleted file mode 100644 index 1d31029..0000000 --- a/tests/fail_repo/pubspec.lock +++ /dev/null @@ -1,197 +0,0 @@ -# Generated by pub -# See https://dart.dev/tools/pub/glossary#lockfile -packages: - async: - dependency: transitive - description: - name: async - sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c" - url: "https://pub.dev" - source: hosted - version: "2.11.0" - boolean_selector: - dependency: transitive - description: - name: boolean_selector - sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" - url: "https://pub.dev" - source: hosted - version: "2.1.1" - characters: - dependency: transitive - description: - name: characters - sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605" - url: "https://pub.dev" - source: hosted - version: "1.3.0" - clock: - dependency: transitive - description: - name: clock - sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf - url: "https://pub.dev" - source: hosted - version: "1.1.1" - collection: - dependency: transitive - description: - name: collection - sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a - url: "https://pub.dev" - source: hosted - version: "1.18.0" - fake_async: - dependency: transitive - description: - name: fake_async - sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" - url: "https://pub.dev" - source: hosted - version: "1.3.1" - flutter: - dependency: "direct main" - description: flutter - source: sdk - version: "0.0.0" - flutter_test: - dependency: "direct dev" - description: flutter - source: sdk - version: "0.0.0" - leak_tracker: - dependency: transitive - description: - name: leak_tracker - sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a" - url: "https://pub.dev" - source: hosted - version: "10.0.4" - leak_tracker_flutter_testing: - dependency: transitive - description: - name: leak_tracker_flutter_testing - sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8" - url: "https://pub.dev" - source: hosted - version: "3.0.3" - leak_tracker_testing: - dependency: transitive - description: - name: leak_tracker_testing - sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3" - url: "https://pub.dev" - source: hosted - version: "3.0.1" - matcher: - dependency: transitive - description: - name: matcher - sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb - url: "https://pub.dev" - source: hosted - version: "0.12.16+1" - material_color_utilities: - dependency: transitive - description: - name: material_color_utilities - sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a" - url: "https://pub.dev" - source: hosted - version: "0.8.0" - meta: - dependency: transitive - description: - name: meta - sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136" - url: "https://pub.dev" - source: hosted - version: "1.12.0" - path: - dependency: transitive - description: - name: path - sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af" - url: "https://pub.dev" - source: hosted - version: "1.9.0" - sky_engine: - dependency: transitive - description: flutter - source: sdk - version: "0.0.99" - source_span: - dependency: transitive - description: - name: source_span - sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c" - url: "https://pub.dev" - source: hosted - version: "1.10.0" - stack_trace: - dependency: transitive - description: - name: stack_trace - sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b" - url: "https://pub.dev" - source: hosted - version: "1.11.1" - stream_channel: - dependency: transitive - description: - name: stream_channel - sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7 - url: "https://pub.dev" - source: hosted - version: "2.1.2" - string_scanner: - dependency: transitive - description: - name: string_scanner - sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" - url: "https://pub.dev" - source: hosted - version: "1.2.0" - term_glyph: - dependency: transitive - description: - name: term_glyph - sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 - url: "https://pub.dev" - source: hosted - version: "1.2.1" - test_api: - dependency: transitive - description: - name: test_api - sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f" - url: "https://pub.dev" - source: hosted - version: "0.7.0" - vector_math: - dependency: transitive - description: - name: vector_math - sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" - url: "https://pub.dev" - source: hosted - version: "2.1.4" - vm_service: - dependency: transitive - description: - name: vm_service - sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec" - url: "https://pub.dev" - source: hosted - version: "14.2.1" - zds_analysis: - dependency: "direct dev" - description: - name: zds_analysis - sha256: "3bbb8765088c3bf7dc157ddcc392869b1b2b9453e6b302024a1c58d3ce5a7b91" - url: "https://pub.dev" - source: hosted - version: "1.0.0" -sdks: - dart: ">=3.4.3 <4.0.0" - flutter: ">=3.18.0-18.0.pre.54" diff --git a/tests/pass_repo/.dart_tool/dartpad/web_plugin_registrant.dart b/tests/pass_repo/.dart_tool/dartpad/web_plugin_registrant.dart deleted file mode 100644 index fd546bf..0000000 --- a/tests/pass_repo/.dart_tool/dartpad/web_plugin_registrant.dart +++ /dev/null @@ -1,8 +0,0 @@ -// Flutter web plugin registrant file. -// -// Generated file. Do not edit. -// - -// ignore_for_file: type=lint - -void registerPlugins() {} diff --git a/tests/pass_repo/.dart_tool/extension_discovery/README.md b/tests/pass_repo/.dart_tool/extension_discovery/README.md deleted file mode 100644 index 9dc6757..0000000 --- a/tests/pass_repo/.dart_tool/extension_discovery/README.md +++ /dev/null @@ -1,31 +0,0 @@ -Extension Discovery Cache -========================= - -This folder is used by `package:extension_discovery` to cache lists of -packages that contains extensions for other packages. - -DO NOT USE THIS FOLDER ----------------------- - - * Do not read (or rely) the contents of this folder. - * Do write to this folder. - -If you're interested in the lists of extensions stored in this folder use the -API offered by package `extension_discovery` to get this information. - -If this package doesn't work for your use-case, then don't try to read the -contents of this folder. It may change, and will not remain stable. - -Use package `extension_discovery` ---------------------------------- - -If you want to access information from this folder. - -Feel free to delete this folder -------------------------------- - -Files in this folder act as a cache, and the cache is discarded if the files -are older than the modification time of `.dart_tool/package_config.json`. - -Hence, it should never be necessary to clear this cache manually, if you find a -need to do please file a bug. diff --git a/tests/pass_repo/.dart_tool/extension_discovery/vs_code.json b/tests/pass_repo/.dart_tool/extension_discovery/vs_code.json deleted file mode 100644 index ac049d1..0000000 --- a/tests/pass_repo/.dart_tool/extension_discovery/vs_code.json +++ /dev/null @@ -1 +0,0 @@ -{"version":2,"entries":[{"package":"pass_repo","rootUri":"../","packageUri":"lib/"}]} \ No newline at end of file diff --git a/tests/pass_repo/.dart_tool/package_config.json b/tests/pass_repo/.dart_tool/package_config.json deleted file mode 100644 index 67ab13a..0000000 --- a/tests/pass_repo/.dart_tool/package_config.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "configVersion": 2, - "packages": [ - { - "name": "async", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/async-2.11.0", - "packageUri": "lib/", - "languageVersion": "2.18" - }, - { - "name": "boolean_selector", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1", - "packageUri": "lib/", - "languageVersion": "2.17" - }, - { - "name": "characters", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/characters-1.3.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "clock", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/clock-1.1.1", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "collection", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/collection-1.18.0", - "packageUri": "lib/", - "languageVersion": "2.18" - }, - { - "name": "fake_async", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/fake_async-1.3.1", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "flutter", - "rootUri": "file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter", - "packageUri": "lib/", - "languageVersion": "3.3" - }, - { - "name": "flutter_test", - "rootUri": "file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter_test", - "packageUri": "lib/", - "languageVersion": "3.3" - }, - { - "name": "leak_tracker", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker-10.0.4", - "packageUri": "lib/", - "languageVersion": "3.2" - }, - { - "name": "leak_tracker_flutter_testing", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.3", - "packageUri": "lib/", - "languageVersion": "3.2" - }, - { - "name": "leak_tracker_testing", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1", - "packageUri": "lib/", - "languageVersion": "3.2" - }, - { - "name": "matcher", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/matcher-0.12.16+1", - "packageUri": "lib/", - "languageVersion": "3.0" - }, - { - "name": "material_color_utilities", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0", - "packageUri": "lib/", - "languageVersion": "2.17" - }, - { - "name": "meta", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/meta-1.12.0", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "path", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/path-1.9.0", - "packageUri": "lib/", - "languageVersion": "3.0" - }, - { - "name": "sky_engine", - "rootUri": "file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/bin/cache/pkg/sky_engine", - "packageUri": "lib/", - "languageVersion": "3.2" - }, - { - "name": "source_span", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/source_span-1.10.0", - "packageUri": "lib/", - "languageVersion": "2.18" - }, - { - "name": "stack_trace", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/stack_trace-1.11.1", - "packageUri": "lib/", - "languageVersion": "2.18" - }, - { - "name": "stream_channel", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/stream_channel-2.1.2", - "packageUri": "lib/", - "languageVersion": "2.19" - }, - { - "name": "string_scanner", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/string_scanner-1.2.0", - "packageUri": "lib/", - "languageVersion": "2.18" - }, - { - "name": "term_glyph", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/term_glyph-1.2.1", - "packageUri": "lib/", - "languageVersion": "2.12" - }, - { - "name": "test_api", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/test_api-0.7.0", - "packageUri": "lib/", - "languageVersion": "3.0" - }, - { - "name": "vector_math", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/vector_math-2.1.4", - "packageUri": "lib/", - "languageVersion": "2.14" - }, - { - "name": "vm_service", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/vm_service-14.2.1", - "packageUri": "lib/", - "languageVersion": "3.3" - }, - { - "name": "zds_analysis", - "rootUri": "file:///home/runner/.pub-cache/hosted/pub.dev/zds_analysis-1.0.0", - "packageUri": "lib/", - "languageVersion": "2.18" - }, - { - "name": "pass_repo", - "rootUri": "../", - "packageUri": "lib/", - "languageVersion": "3.4" - } - ], - "generated": "2024-06-26T13:58:01.956851Z", - "generator": "pub", - "generatorVersion": "3.4.3", - "flutterRoot": "file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64", - "flutterVersion": "3.22.2", - "pubCache": "file:///home/runner/.pub-cache" -} diff --git a/tests/pass_repo/.dart_tool/package_config_subset b/tests/pass_repo/.dart_tool/package_config_subset deleted file mode 100644 index cc2a543..0000000 --- a/tests/pass_repo/.dart_tool/package_config_subset +++ /dev/null @@ -1,105 +0,0 @@ -async -2.18 -file:///home/runner/.pub-cache/hosted/pub.dev/async-2.11.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/async-2.11.0/lib/ -boolean_selector -2.17 -file:///home/runner/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1/ -file:///home/runner/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1/lib/ -characters -2.12 -file:///home/runner/.pub-cache/hosted/pub.dev/characters-1.3.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/characters-1.3.0/lib/ -clock -2.12 -file:///home/runner/.pub-cache/hosted/pub.dev/clock-1.1.1/ -file:///home/runner/.pub-cache/hosted/pub.dev/clock-1.1.1/lib/ -collection -2.18 -file:///home/runner/.pub-cache/hosted/pub.dev/collection-1.18.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/ -fake_async -2.12 -file:///home/runner/.pub-cache/hosted/pub.dev/fake_async-1.3.1/ -file:///home/runner/.pub-cache/hosted/pub.dev/fake_async-1.3.1/lib/ -leak_tracker -3.2 -file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker-10.0.4/ -file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker-10.0.4/lib/ -leak_tracker_flutter_testing -3.2 -file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.3/ -file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.3/lib/ -leak_tracker_testing -3.2 -file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1/ -file:///home/runner/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1/lib/ -matcher -3.0 -file:///home/runner/.pub-cache/hosted/pub.dev/matcher-0.12.16+1/ -file:///home/runner/.pub-cache/hosted/pub.dev/matcher-0.12.16+1/lib/ -material_color_utilities -2.17 -file:///home/runner/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/ -meta -2.12 -file:///home/runner/.pub-cache/hosted/pub.dev/meta-1.12.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/meta-1.12.0/lib/ -path -3.0 -file:///home/runner/.pub-cache/hosted/pub.dev/path-1.9.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/path-1.9.0/lib/ -source_span -2.18 -file:///home/runner/.pub-cache/hosted/pub.dev/source_span-1.10.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/source_span-1.10.0/lib/ -stack_trace -2.18 -file:///home/runner/.pub-cache/hosted/pub.dev/stack_trace-1.11.1/ -file:///home/runner/.pub-cache/hosted/pub.dev/stack_trace-1.11.1/lib/ -stream_channel -2.19 -file:///home/runner/.pub-cache/hosted/pub.dev/stream_channel-2.1.2/ -file:///home/runner/.pub-cache/hosted/pub.dev/stream_channel-2.1.2/lib/ -string_scanner -2.18 -file:///home/runner/.pub-cache/hosted/pub.dev/string_scanner-1.2.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/string_scanner-1.2.0/lib/ -term_glyph -2.12 -file:///home/runner/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/ -file:///home/runner/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/lib/ -test_api -3.0 -file:///home/runner/.pub-cache/hosted/pub.dev/test_api-0.7.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/test_api-0.7.0/lib/ -vector_math -2.14 -file:///home/runner/.pub-cache/hosted/pub.dev/vector_math-2.1.4/ -file:///home/runner/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/ -vm_service -3.3 -file:///home/runner/.pub-cache/hosted/pub.dev/vm_service-14.2.1/ -file:///home/runner/.pub-cache/hosted/pub.dev/vm_service-14.2.1/lib/ -zds_analysis -2.18 -file:///home/runner/.pub-cache/hosted/pub.dev/zds_analysis-1.0.0/ -file:///home/runner/.pub-cache/hosted/pub.dev/zds_analysis-1.0.0/lib/ -pass_repo -3.4 -file:///home/runner/work/flutter-code-quality/flutter-code-quality/tests/pass_repo/ -file:///home/runner/work/flutter-code-quality/flutter-code-quality/tests/pass_repo/lib/ -sky_engine -3.2 -file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/bin/cache/pkg/sky_engine/ -file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/bin/cache/pkg/sky_engine/lib/ -flutter -3.3 -file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter/ -file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter/lib/ -flutter_test -3.3 -file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter_test/ -file:///opt/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter_test/lib/ -2 diff --git a/tests/pass_repo/.dart_tool/version b/tests/pass_repo/.dart_tool/version deleted file mode 100644 index dbc9520..0000000 --- a/tests/pass_repo/.dart_tool/version +++ /dev/null @@ -1 +0,0 @@ -3.22.2 \ No newline at end of file diff --git a/tests/pass_repo/.idea/libraries/Dart_SDK.xml b/tests/pass_repo/.idea/libraries/Dart_SDK.xml deleted file mode 100644 index 9bc6716..0000000 --- a/tests/pass_repo/.idea/libraries/Dart_SDK.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tests/pass_repo/.idea/libraries/KotlinJavaRuntime.xml b/tests/pass_repo/.idea/libraries/KotlinJavaRuntime.xml deleted file mode 100644 index 2b96ac4..0000000 --- a/tests/pass_repo/.idea/libraries/KotlinJavaRuntime.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/tests/pass_repo/.idea/modules.xml b/tests/pass_repo/.idea/modules.xml deleted file mode 100644 index 8fda922..0000000 --- a/tests/pass_repo/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/tests/pass_repo/.idea/runConfigurations/main_dart.xml b/tests/pass_repo/.idea/runConfigurations/main_dart.xml deleted file mode 100644 index aab7b5c..0000000 --- a/tests/pass_repo/.idea/runConfigurations/main_dart.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/tests/pass_repo/.idea/workspace.xml b/tests/pass_repo/.idea/workspace.xml deleted file mode 100644 index 5b3388c..0000000 --- a/tests/pass_repo/.idea/workspace.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/pass_repo/build/native_assets/macos/native_assets.yaml b/tests/pass_repo/build/native_assets/macos/native_assets.yaml deleted file mode 100644 index e3cc6f6..0000000 --- a/tests/pass_repo/build/native_assets/macos/native_assets.yaml +++ /dev/null @@ -1,5 +0,0 @@ -format-version: - - 1 - - 0 - - 0 -native-assets: {} \ No newline at end of file diff --git a/tests/pass_repo/build/test_cache/build/cache.dill.track.dill b/tests/pass_repo/build/test_cache/build/cache.dill.track.dill deleted file mode 100644 index f2f07d9..0000000 Binary files a/tests/pass_repo/build/test_cache/build/cache.dill.track.dill and /dev/null differ diff --git a/tests/pass_repo/build/unit_test_assets/AssetManifest.bin b/tests/pass_repo/build/unit_test_assets/AssetManifest.bin deleted file mode 100644 index 86d111f..0000000 Binary files a/tests/pass_repo/build/unit_test_assets/AssetManifest.bin and /dev/null differ diff --git a/tests/pass_repo/build/unit_test_assets/AssetManifest.json b/tests/pass_repo/build/unit_test_assets/AssetManifest.json deleted file mode 100644 index 9e26dfe..0000000 --- a/tests/pass_repo/build/unit_test_assets/AssetManifest.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/tests/pass_repo/build/unit_test_assets/FontManifest.json b/tests/pass_repo/build/unit_test_assets/FontManifest.json deleted file mode 100644 index 0637a08..0000000 --- a/tests/pass_repo/build/unit_test_assets/FontManifest.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/tests/pass_repo/build/unit_test_assets/NOTICES.Z b/tests/pass_repo/build/unit_test_assets/NOTICES.Z deleted file mode 100644 index ae23eb9..0000000 Binary files a/tests/pass_repo/build/unit_test_assets/NOTICES.Z and /dev/null differ diff --git a/tests/pass_repo/build/unit_test_assets/shaders/ink_sparkle.frag b/tests/pass_repo/build/unit_test_assets/shaders/ink_sparkle.frag deleted file mode 100644 index 0e0a9c6..0000000 Binary files a/tests/pass_repo/build/unit_test_assets/shaders/ink_sparkle.frag and /dev/null differ diff --git a/tests/pass_repo/pubspec.lock b/tests/pass_repo/pubspec.lock deleted file mode 100644 index 1d31029..0000000 --- a/tests/pass_repo/pubspec.lock +++ /dev/null @@ -1,197 +0,0 @@ -# Generated by pub -# See https://dart.dev/tools/pub/glossary#lockfile -packages: - async: - dependency: transitive - description: - name: async - sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c" - url: "https://pub.dev" - source: hosted - version: "2.11.0" - boolean_selector: - dependency: transitive - description: - name: boolean_selector - sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" - url: "https://pub.dev" - source: hosted - version: "2.1.1" - characters: - dependency: transitive - description: - name: characters - sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605" - url: "https://pub.dev" - source: hosted - version: "1.3.0" - clock: - dependency: transitive - description: - name: clock - sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf - url: "https://pub.dev" - source: hosted - version: "1.1.1" - collection: - dependency: transitive - description: - name: collection - sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a - url: "https://pub.dev" - source: hosted - version: "1.18.0" - fake_async: - dependency: transitive - description: - name: fake_async - sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" - url: "https://pub.dev" - source: hosted - version: "1.3.1" - flutter: - dependency: "direct main" - description: flutter - source: sdk - version: "0.0.0" - flutter_test: - dependency: "direct dev" - description: flutter - source: sdk - version: "0.0.0" - leak_tracker: - dependency: transitive - description: - name: leak_tracker - sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a" - url: "https://pub.dev" - source: hosted - version: "10.0.4" - leak_tracker_flutter_testing: - dependency: transitive - description: - name: leak_tracker_flutter_testing - sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8" - url: "https://pub.dev" - source: hosted - version: "3.0.3" - leak_tracker_testing: - dependency: transitive - description: - name: leak_tracker_testing - sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3" - url: "https://pub.dev" - source: hosted - version: "3.0.1" - matcher: - dependency: transitive - description: - name: matcher - sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb - url: "https://pub.dev" - source: hosted - version: "0.12.16+1" - material_color_utilities: - dependency: transitive - description: - name: material_color_utilities - sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a" - url: "https://pub.dev" - source: hosted - version: "0.8.0" - meta: - dependency: transitive - description: - name: meta - sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136" - url: "https://pub.dev" - source: hosted - version: "1.12.0" - path: - dependency: transitive - description: - name: path - sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af" - url: "https://pub.dev" - source: hosted - version: "1.9.0" - sky_engine: - dependency: transitive - description: flutter - source: sdk - version: "0.0.99" - source_span: - dependency: transitive - description: - name: source_span - sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c" - url: "https://pub.dev" - source: hosted - version: "1.10.0" - stack_trace: - dependency: transitive - description: - name: stack_trace - sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b" - url: "https://pub.dev" - source: hosted - version: "1.11.1" - stream_channel: - dependency: transitive - description: - name: stream_channel - sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7 - url: "https://pub.dev" - source: hosted - version: "2.1.2" - string_scanner: - dependency: transitive - description: - name: string_scanner - sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" - url: "https://pub.dev" - source: hosted - version: "1.2.0" - term_glyph: - dependency: transitive - description: - name: term_glyph - sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 - url: "https://pub.dev" - source: hosted - version: "1.2.1" - test_api: - dependency: transitive - description: - name: test_api - sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f" - url: "https://pub.dev" - source: hosted - version: "0.7.0" - vector_math: - dependency: transitive - description: - name: vector_math - sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" - url: "https://pub.dev" - source: hosted - version: "2.1.4" - vm_service: - dependency: transitive - description: - name: vm_service - sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec" - url: "https://pub.dev" - source: hosted - version: "14.2.1" - zds_analysis: - dependency: "direct dev" - description: - name: zds_analysis - sha256: "3bbb8765088c3bf7dc157ddcc392869b1b2b9453e6b302024a1c58d3ce5a7b91" - url: "https://pub.dev" - source: hosted - version: "1.0.0" -sdks: - dart: ">=3.4.3 <4.0.0" - flutter: ">=3.18.0-18.0.pre.54"