ProjectDetector class
專案檢測
Constructors
- ProjectDetector({required String assetsPath})
Properties
- assetsPath → String
-
資源路徑
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imagesDartPath ↔ String?
-
lib/res/images.dart
getter/setter pair
- pubspecYamlPath ↔ String?
-
pubspec.yaml
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
applyToImages(
Map< String, String> map) → void - 套用至images.dart
-
applyToPubspec(
Map< String, String> map) → void - 套用至pubspec.yaml
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
search(
String projectPath) → void - 搜索pubspec以及images檔案
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited