aves_mio/.flutter/packages/flutter/test_release
Fabio Micheluz 2c988f959b
Some checks are pending
Quality check / Flutter analysis (push) Waiting to run
Quality check / CodeQL analysis (java-kotlin) (push) Waiting to run
first commit
2026-02-19 13:25:23 +01:00
..
foundation first commit 2026-02-19 13:25:23 +01:00
rendering first commit 2026-02-19 13:25:23 +01:00
widgets first commit 2026-02-19 13:25:23 +01:00
diagnostics_test.dart first commit 2026-02-19 13:25:23 +01:00
precondition_test.dart first commit 2026-02-19 13:25:23 +01:00
README.md first commit 2026-02-19 13:25:23 +01:00

This folder contains unit tests that are run with kReleaseMode set to true. This can be used for unit testing code that is guarded by this boolean, such as in cases where debug code is intentionally elided for performance or code size reasons. The unit tests are still run in the VM and are not otherwise precompiled.

To run these test from the command line, use the command: flutter test --dart-define=dart.vm.product=true test_release/