Fri Feb 25 10:47:17 AM HKT 2022

This commit is contained in:
Terence Tong 2022-02-25 10:47:17 +08:00
parent 8113ca9957
commit 3dc5253e36
4 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,10 @@ cd pspad
flutter run -d linux flutter run -d linux
``` ```
### Screenshot
![PS Pad Screenshot](./doc/pspad-screenshot.png)
![Turtlesim Screenshot](./doc/turtlesim-screenshot.png)
### How to use the control pad ### How to use the control pad
``` ```
void initState() { void initState() {

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -13,7 +13,7 @@ repository: https://github.com/tmtong/roslibdart
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.0.1-dev+2 version: 0.0.1-dev+3
environment: environment:
sdk: ">=2.16.0-134.5.beta <3.0.0" sdk: ">=2.16.0-134.5.beta <3.0.0"