mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 10:17:16 +08:00
mdns: Add extra comments
This way I know how to continue working on this when I feel like it.
This commit is contained in:
@ -35,3 +35,9 @@ Future<void> main() async {
|
||||
|
||||
print('Done.');
|
||||
}
|
||||
|
||||
// Use connectivity plugin to get ssid info when connected to the wifi network
|
||||
// https://stackoverflow.com/questions/55716751/flutter-ios-reading-wifi-name-using-the-connectivity-or-wifi-plugin/55732656#55732656
|
||||
|
||||
// For Registering on Mobiles -
|
||||
// https://pub.dev/packages/bonsoir
|
||||
|
Reference in New Issue
Block a user