withDriverTest top-level property
Implementation
final List<FigOption> withDriverTest = [
FigOption(
name: ['--with-driver-test'],
description:
"(Deprecated) Also add a flutter_driver dependency and generate a sample 'flutter drive' test. This flag has been deprecated, instead see package:integration_test at https://pub.dev/packages/integration_test",
),
FigOption(
name: ['--no-with-driver-test'],
),
];