components/flutterstart_cli/src/render/plan_availability library

Functions

planAvailability(ChangePlan plan, PlanLocationRecord? location, {PathExists pathExists = _pathExists, ReadTextFile readTextFile = _readTextFile}) PlanAvailability

Typedefs

PathExists = bool Function(String path)
ReadTextFile = String Function(String path)