MethodChannelBradyFlutterPlugin class

An implementation of BradyFlutterPluginPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connect(String? printer, bool? connectWithBluetooth) Future<bool?>
connect() takes the name of a discovered printer and the protocol to connect over and attempts to connect the mobile device to the printer.
override
cutSupply() Future<bool?>
cutSupply() asynchronously makes the connected printer perform a cut operation (this can be called right after feed() for testing purposes) and returns a Boolean value afterwards with the result of the cut operation (i.e. success or failure).
override
disconnect() Future<bool?>
disconnect() asynchronously disconnects from the currently connected printer and returns a Boolean value afterwards with the result of the disconnect operation (i.e. success or failure).
override
disconnectWithoutForget() Future<bool?>
disconnectWithoutForget() asynchronously disconnects from the currently connected printer and returns a Boolean value afterwards with the result of the disconnect operation (i.e. success or failure).
override
feedSupply() Future<bool?>
feedSupply() asynchronously makes the connected printer print one empty label and returns a Boolean value afterwards with the result of the feed operation(i.e. success or failure).
override
forgetLastConnectedPrinter() Future<void>
forgetLastConnectedPrinter() clears the value of "LastConnectedPrinterName internally preventing auto-connections.
override
getAvailablePrinterUpdates() Future<List<String?>>
getAvailablePrinterUpdates() returns a list of string representing all printer updates that occurred since the last time this method was called.
override
getBatteryLevelPercentage() Future<int?>
getBatteryLevelPercentage() returns a String representing the battery level percentage of the connected printer.
override
getConnectionType() Future<String?>
getConnectionType() returns a String representing the protocol that was used to connect to the printer.
override
getDotsPerInch() Future<int?>
getDotsPerInch() returns an Integer representing the dots per inch metric of the connected printer.
override
getHaveOwnership() Future<bool?>
getHaveOwnership() returns a Boolean representing the mobile device's ownership of a nearby M211.
override
getIsAcConnected() Future<bool?>
getIsAcConnected() returns a Boolean representing if the connect printer is charging.
override
getIsSupplyDirectThermal() Future<bool?>
getIsSupplyDirectThermal() returns a Boolean representing if the supply installed in the connected printer is direct thermal and will not have a separate ribbon.
override
getIsSupplyPreSized() Future<bool?>
getIsSupplyPreSized() returns a Boolean representing if the supply installed in the connected printer is pre-sized. If false, the supply is continuous.
override
getLastConnectedPrinterName() Future<String?>
getLastConnectedPrinterName() returns a String representing the name of the last printer that the app connected to.
override
getPostPrintAccessoryType() Future<String?>
getPostPrintAccessoryType returns a String representing the name of the post print accessory type. Currently, only the i7500 has these capabilities.
override
getPreview(int elementSize) Future<String?>
getPreview(Int) takes an Integer that represents the width in screen pixels that the print preview should display as (on the UI).
override
getPrinterModel() Future<String?>
getPrinterModel() returns a String representing the current connected printer's model.
override
getPrinterName() Future<String?>
getPrinterName() returns a String representing the current connected printer's name.
override
getPrinters() Future<Map<String, String>>
getPrinters() returns a Map of Strings representing the printer name and how it was discovered via the discovery scan. Items from this list will only be removed on subsequent launches of the app.
override
getPrinterStatus() Future<String?>
getPrinterStatus() returns a String representing the current printer connection status.
override
getPrinterStatusMessage() Future<String?>
getPrinterStatusMessage() returns a String representing the current printer connection status message.
override
getPrinterStatusMessageTitle() Future<String?>
getPrinterStatusMessageTitle() returns a String representing the current printer connection status message title.
override
getPrinterStatusRemedyExplanationMessage() Future<String?>
getPrinterStatusRemedyExplanationMessage() returns a String representing a solution to resolve the current printer error if there is one.
override
getRibbonColor() Future<Color?>
getRibbonColor() returns a Color object representing the color of the ribbon installed in the connected printer (will return black Color if there is no ribbon).
override
getRibbonName() Future<String?>
getRibbonName() returns a String representing the ribbon installed in the printer (will return empty string if there is no ribbon). Only the M611 and M710 support ribbons.
override
getRibbonRemainingPercentage() Future<int?>
getRibbonRemainingPercentage() returns an Int representing the percentage of ribbon remaining in the connected printer (will return 0 if there is no ribbon). Only the M611 and M710 support ribbons.
override
getSupplyColor() Future<Color?>
getSupplyColor() returns a Color object representing the color of the supply installed in the connected printer (will return White color by default).
override
getSupplyHeight() Future<double?>
getSupplyHeight() returns a String representing the height of the supply installed in the connected printer.
override
getSupplyName() Future<String?>
getSupplyName() returns a String representing the supply installed in the connected printer.
override
getSupplyRemainingPercentage() Future<int?>
getSupplyRemainingPercentage() returns a String representing the percentage of supply remaining in the connected printer
override
getSupplyWidth() Future<double?>
getSupplyWidth() returns a String representing the width of the supply installed in the connected printer.
override
getTemplateData() Future<Map<String, String>>
getTemplateData() returns a Map representing all objects on the current template. The maps keys representing the object name and its value is the type of object it is.
override
getTemplateSupplyName() Future<String?>
getTemplateSupplyName() returns the name of the supply that used to design the selected template
override
getYNumber() Future<String?>
getYNumber() returns a String representing the unique Y Number of the installed supply.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
print(int copies, bool cutAfterEachLabel, bool isCollated, bool printTrailer) Future<bool?>
print() asynchronously sends a print job of the currently set template to the printer that the app is currently connected to and returns a Boolean value afterwards with the result of the print operation (i.e. success or failure).
override
printBitmapWithDimensions(double bitmapWidthInInches, double labelLengthInInches, int copies, bool cutAfterEachLabel, bool isCollated, bool printTrailer) Future<bool?>
printBitmapWithDimensions() asynchronously sends a print job of the currently set template or bitmap image to the printer that the app is currently connected to and returns a Boolean value afterwards with the result of the print operation (i.e. success or failure).
override
setAutomaticShutoffTime(int minutes) Future<bool?>
setAutomaticShutoffTime() asynchronously sets the automatic shutdown time of the printer in minutes and returns a Boolean value afterwards with the result of the setAutomaticShutoffTime operation (i.e. success or failure).
override
setPlaceholderValue(String placeholder, String value) Future<void>
setPlaceholderValue(String, String) takes two Strings to set a placeholder with a specified value.
override
setTemplate(String filePath) Future<void>
setTemplate(String) takes a file path (i.e. 'assets/MyTemplate.BWT' or 'assets/MyImage.PNG') as a string representing a template file or image.
override
setTemplateWithBase64(String base64, bool isTemplate) Future<void>
setTemplateWithBase64(String, bool) takes a base64 string of data representing a template file and a boolean that tells the plugin if the file is a template.
override
startBlePrinterDiscovery() → void
startBlePrinterDiscovery() starts the Bluetooth scan for nearby Brady Printers. All of the details about these devices are stored internally and can be retrieved using the getPrinters() API method.
override
startWifiPrinterDiscovery() → void
startWifiPrinterDiscovery() starts the Bluetooth scan for nearby Brady Printers. All of the details about these devices are stored internally and can be retrieved using the getPrinters() API method.
override
stopPrinterDiscovery() → void
stopPrinterDiscovery() stops all discovery scans that were previously started.
override
suppliesMatch() Future<bool?>
suppliesMatch() compares the supply name that is installed in the connected printer and the supply name that the current template was designed with. Returns true if the supplies match. Otherwise, returns false.
override
toString() String
A string representation of this object.
inherited

Operators

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