addFlutterPackageDep property
Adds the 'flutter' package as a dependency to the package-under-test.
This allows various package:flutter/ imports to resolve.
Implementation
bool get addFlutterPackageDep => false;
Adds the 'flutter' package as a dependency to the package-under-test.
This allows various package:flutter/ imports to resolve.
bool get addFlutterPackageDep => false;