Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 764 Bytes

CHANGELOG.md

File metadata and controls

37 lines (24 loc) · 764 Bytes

0.4.0

  • API to tap on center of widget. Call /tap?.....&center=true
  • Ignore elements with NaN positions
  • Sending content of text fields as plain_text in /editables
  • Sending text style as style in /texts. Thanks @akshayherle11.

0.3.1

  • Add /scroll and /scroll-into APIs

0.3.0

  • Flutter 3.0 changes

0.2.0

  • Flutter 2.5 support
  • Better handling of text inputs

0.1.0

  • Migrated to null safety
  • Flutter 2.0 support
  • Sends JSON response for all requests
  • Added example project

0.0.2

  • Widget based setup of Autopilot
  • Adding an optional red banner at bottom to identify Autopilot is active
  • Cleaner API for custom handlers
  • Added text in the /editables API. Returns current text input value.

0.0.1

  • Initial release