Copier class

Constructors

Copier(String configFilePath)

Properties

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

Methods

copyFonts(List<String> fontFiles, String fontFamily, String outputDirPath) → void
findFontFiles(String fontFamily, String packagePath, YamlMap pubspecYaml) List<String>
loadConfig() Future<void>
loadFontFamilies() Future<List<String>>
loadYamlCustom(String yamlContent) → ({String afterFlutter, List<String> beforeFlutter})
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updatePubspec(List<String> fontFamilies, String outputDirPath, String pubspecPath) Future<void>

Operators

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