ProjectSetup class

Flutter project setup utility

Constructors

ProjectSetup()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fixProjectStructure(String projectPath, {bool dryRun = false}) Future<ProjectSetupResult>
Fix project structure without user interaction
isProjectReady(String projectPath) Future<Map<String, dynamic>>
Check if project is ready for Android signing Returns a map with 'isReady' (bool) and 'issues' (List
setupFlutterProject(String projectPath, {bool force = false, bool backup = true, bool interactive = true}) Future<ProjectSetupResult>
Set up a Flutter project for Android signing by creating missing structure and files