https://github.com/amwebexpert/ws_poker_planning_app
Flutter PokerPlanning client app
https://github.com/amwebexpert/ws_poker_planning_app
Last synced: about 1 year ago
JSON representation
Flutter PokerPlanning client app
- Host: GitHub
- URL: https://github.com/amwebexpert/ws_poker_planning_app
- Owner: amwebexpert
- License: mit
- Created: 2022-10-19T19:54:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T14:03:21.000Z (over 3 years ago)
- Last Synced: 2025-02-16T15:16:16.354Z (over 1 year ago)
- Language: Dart
- Size: 2.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ws_poker_planning_app
PokerPlanning client native app for the [WsPokerPlanning backend](https://github.com/amwebexpert/ws-poker-planning)
[](http://flutter.dev) [](https://github.com/Codelessly/ResponsiveFramework)  
## Usefull project commands
### Connect the Android device to localhost backend app running on port 8080
1. start the Flutter app on any Android development device (either emulator or real device)
1. follow the instructions to start the [ws-poker-planning](https://github.com/amwebexpert/ws-poker-planning#full-poker-planning-client-app-and-server-on-localhost) backend
1. issue the following reverse port mapping command:
adb reverse tcp:8080 tcp:8080
## Deap links on platforms
### Android App links
The app has been associated with the [amwebexpert.users.sourceforge.net](https://amwebexpert.users.sourceforge.net/.well-known/assetlinks.json) domain so here some examples to test the application:
- [App about page](https://amwebexpert.users.sourceforge.net/deep_link_poker_planning_app/about)
- [App settings page](https://amwebexpert.users.sourceforge.net/deep_link_poker_planning_app/settings)
- [Classic links html page here](https://amwebexpert.github.io/ws_poker_planning_app/index.html)
Testing on command line:
adb shell 'am start -W -a android.intent.action.VIEW -c android.intent.category.BROWSABLE -d "https://amwebexpert.users.sourceforge.net/deep_link_poker_planning_app/about"'
adb shell 'am start -W -a android.intent.action.VIEW -c android.intent.category.BROWSABLE -d "https://amwebexpert.users.sourceforge.net/deep_link_poker_planning_app/settings"'