Skip to content

Alpaca00/command-driven-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Extension - flutter_driver

Example JSON-RPC Request

{
  "jsonrpc": "2.0",
  "method": "dragAndDropWithCommandExtension",
  "params": {
    "startX": 205,
    "startY": 116,
    "endX": 0,
    "endY": 172,
    "duration": 15000
  },
  "id": "1"
}

JSON-RPC Response Structure

{
  "jsonrpc": "2.0",
  "result": {
    "success": true
  },
  "id": "1"
}

Install Dependencies:

flutter clean
flutter pub get

Build command

flutter build apk --debug