onyxsdk_pen 1.3.0 copy "onyxsdk_pen: ^1.3.0" to clipboard
onyxsdk_pen: ^1.3.0 copied to clipboard

PlatformAndroid

This plugin integrates the Onyx Pen SDK into Flutter to improve e-ink responsiveness in drawing apps.

1.3.0 #

  • OnyxSdkPenArea now supports setting stroke style, color, and width, thanks to zinstack625 in #1452:
    OnyxSdkPenArea(
      // Choose between pen, pencil, marker, and more
      strokeStyle: OnyxStrokeStyle.fountainPen,
      // Set the stroke color
      strokeColor: Colors.black,
      // Set the stroke width
      strokeWidth: 3.0,
      child: CustomPaint(...),
    ),
    
  • Fixed the display's drawing mode not resetting when minimizing/restoring the app, plus general improvements, thanks to zinstack625 in #1452.
  • Added the package status section to the README.

1.2.5 #

1.2.4 #

1.2.3 #

  • Reverted the SDK update from v1.2.1 to hopefully make this package work again

1.2.2 #

  • Improved pub.dev scores

1.2.1 #

  • Updated the Onyx SDK

1.2.0 #

  • Added an optional init method to improve initial performance on non-Onyx Android devices. See the README for more information.

1.1.1 #

  • Add pub.dev topics

1.1.0 #

  • Update to Flutter 3.13.0
  • Update the Onyx SDK

1.0.3 #

  • Update pub.dev description

1.0.2 #

  • Refresh the screen after 1s (default). This fixes the issue where after writing with the pen, the screen wouldn't respond to your finger.

1.0.1 #

  • Initially refresh the screen (plugin now works)

1.0.0 #

  • Initial release
2
likes
160
points
9
downloads

Publisher

verified publisheradil.hanney.org

Weekly Downloads

This plugin integrates the Onyx Pen SDK into Flutter to improve e-ink responsiveness in drawing apps.

Repository (GitHub)
View/report issues

Topics

#onyx #pen #e-ink #drawing #handwriting

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on onyxsdk_pen

Packages that implement onyxsdk_pen