mirror of
https://github.com/flutter/flutter.git
synced 2026-02-14 14:50:22 +08:00
IDEA users sometimes want to create multiple Flutter modules in the same IDEA project. See discussion: https://github.com/flutter/flutter-intellij/issues/1014 In this case, we will actually have pairs of modules, one for Flutter and one for Android. Renaming the android module to make the relationship obvious. But, don't delete the old file yet to avoid breaking existing users. We can do that after the next Flutter plugin release.
Flutter tools
Tools for building Flutter applications.
To run the tests, ensure that no devices are connected,
then navigate to flutter_tools and execute:
../../bin/cache/dart-sdk/bin/pub run test