main library

Constants

defaultConfigFile → const String
prefixOptions → const List<String>

Properties

importPath String
getter/setter pair

Functions

createFromArguments(List<String> arguments) Future<void>
Using the flags set in the terminal and the provided information in the yaml file create the requested information
createFromConfig(Config flutterConfigs, bool generateSettings, bool mergeHexFiles) Future<void>
Create the requested files from the information from provided in the yaml file.
getFirmware(String? location) String?
Get the file from the path specified
loadConfigFileFromYaml(String prefixPath) Config?
Load the configurations from the yaml file selected
saveBytes({required String printName, required String fileType, required Uint8List bytes, required String path, bool isBytes = true}) Future<void>
Save file as bytes to location
saveString({required String printName, required String fileType, required String bytes, required String path, bool isBytes = true}) Future<void>
Save file as string to location