FlutterCommandDataSourceImpl class

Implementation of FlutterCommandDataSource

Implemented types

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

Operators

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