Replies: 1 comment
-
Please close this Discussion #332: Your App does a wonderful job in this regard. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Your example App includes this file:
flutter_reactive_ble_spp/example/lib/src/ui/device_detail/device_interaction_tab.dart
which implements this useful functionality with elegant Expansion Panels:
widget.discoveredServices.asMap().forEach()
For each discovered Service, you display its Characteristics.
Could you please consider implementing one more level, as a demonstration of the power of your example -- and thereby as a demonstration of the power of your Library?
How about also displaying the values of Characteristics for the discovered Services (rebuilding the widget whenever the connected device changes the values of the Characteristics?)
I wish I could implement this, but I don't have the knowledge and skills (yet).
Thank you very much for your consideration.
Beta Was this translation helpful? Give feedback.
All reactions