mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() The Objective-C `flutter create --ios-language objc` template will be removed in https://github.com/flutter/flutter/issues/148586. Add a deprecation warning when this flag is passed. Add an additional warning when Objective-C is specified requesting the user's use-case. Do not show the warning when creating the module, as Swift is not supported for it yet https://github.com/flutter/flutter/issues/23955  Part of https://github.com/flutter/flutter/issues/148586 |
||
---|---|---|
.. | ||
hermetic | ||
permeable | ||
README.md |
This directory contains tests for specific flutter
commands.
Tests that are self-contained unit tests should go in hermetic/
.
Tests that are more end-to-end, e.g. that involve actually running
subprocesses, should go in permeable/
.
The ../../tool/coverage_tool.dart
script (which is used to collect
coverage for the tool) runs only the tests in the hermetic
directory
when collecting coverage.