{"id":19839440,"url":"https://github.com/scientifichackers/flutter-wifi-connect","last_synced_at":"2025-10-12T06:34:31.411Z","repository":{"id":133157919,"uuid":"227221912","full_name":"scientifichackers/flutter-wifi-connect","owner":"scientifichackers","description":"Dead simple WiFi connect functionality for flutter.","archived":false,"fork":false,"pushed_at":"2020-09-18T14:54:08.000Z","size":98,"stargazers_count":24,"open_issues_count":4,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T17:04:43.183Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scientifichackers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-10T21:45:57.000Z","updated_at":"2025-01-28T15:50:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"9cc2be95-1a47-463f-91da-494e00844e9a","html_url":"https://github.com/scientifichackers/flutter-wifi-connect","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fflutter-wifi-connect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fflutter-wifi-connect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fflutter-wifi-connect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fflutter-wifi-connect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scientifichackers","download_url":"https://codeload.github.com/scientifichackers/flutter-wifi-connect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251932513,"owners_count":21667157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T12:22:27.187Z","updated_at":"2025-10-12T06:34:26.358Z","avatar_url":"https://github.com/scientifichackers.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter WiFi Connect\n\nEasily connect to a specified WiFi AP programmatically, using this plugin.\n\n```dart\nimport 'package:wifi_connect/wifi_connect.dart';\n```\n\n```dart\nWifiConnect.connect(context, 'ssid', 'password');\n```\n\nIt's that simple. No fussing with permissions, enabling WiFi, location and all that boring stuff.\n\n---\n\n```dart\nvar connectedTo = WifiConnect.getConnectedSSID(context);\nprint('Connected to: $connectedTo');\n```\n\n--- \n\nAnd behold, the mighty `WifiScannerMixin`!\n\n```dart\nclass MyApp extends StatefulWidget {\n  @override\n  _MyAppState createState() =\u003e _MyAppState();\n}\n\nclass _MyAppState extends State\u003cMyApp\u003e with WifiScannerMixin\u003cMyApp\u003e {\n @override\n  Widget build(BuildContext context) {\n    return MaterialApp(\n      home: Scaffold(\n        body: Center(\n          child: Text(\"Connected to '$connectedSSID'\"),\n        )       \n      )   \n    );\n  }\n\n  @override\n  void initState() {\n    super.initState();\n    startWifiScanner();\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientifichackers%2Fflutter-wifi-connect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscientifichackers%2Fflutter-wifi-connect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientifichackers%2Fflutter-wifi-connect/lists"}