mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 02:59:02 +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.');
|
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