flutterPackagePathParts property

List<String> get flutterPackagePathParts

Absolute path parts to the Flutter package; see hasFlutterPackage before resolving against the filesystem.

Implementation

List<String> get flutterPackagePathParts => [
  ...serverPackageDirectoryPathParts,
  ..._relativeFlutterPackagePathParts,
];