rostopira / flutter_nearby_messages

Flutter Nearby Messages plugin
Do What The F*ck You Want To Public License
10 stars 8 forks source link

don't know how to use #2

Open lhzwb2008 opened 5 years ago

lhzwb2008 commented 5 years ago

I am new to flutter, finally I run the app successfully but I can find nothing here, like this image shows

image

thanks if there are some advice

rostopira commented 5 years ago

What are you were supposed to see? This plugin allows exchanging small messages with nearby devices that has the same app installed To check out example, you have to install it on two real devices (emulators not tested, and aren't going to work anyway), enter some string in field on one phone and press publish, then press subscribe on another Message will appear on another phone It uses BLE and near-ultrasonic sound to pass message, that's why emulator won't work

rostopira commented 5 years ago

Real-world example - pairing two phones In my app Camy (https://camy.cam only Android published for now) I use it to pass UID of one phone to another, another phone then grants access to this UID

lhzwb2008 commented 5 years ago

thanks for your help!maybe it's the problem of the emulator, i am trying to get another phone to test again. by the way, this project is really amazing! I wish it will work next time