FlutterCommandDataSource class abstract

Data source for Flutter command operations

Implementers

Constructors

FlutterCommandDataSource()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cleanBuildCache(String projectName) Future<void>
createFlutterProject({required String projectName, required String organizationName, required List<PlatformType> platforms, required MobilePlatform mobilePlatform, required DesktopPlatform desktopPlatform, CustomDesktopPlatforms? customDesktopPlatforms}) Future<void>
generateLocalizationFiles(String projectName) Future<void>
isFlutterInstalled() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runBuildRunner(String projectName) Future<void>
setupCocoaPods(String projectName, List<PlatformType> platforms) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited