{"id":15037973,"url":"https://github.com/wonjerry/flutter_wifi_connector","last_synced_at":"2025-04-09T23:33:04.725Z","repository":{"id":44172960,"uuid":"223768721","full_name":"wonjerry/flutter_wifi_connector","owner":"wonjerry","description":"Flutter plugin for connecting to wifi","archived":false,"fork":false,"pushed_at":"2024-03-20T11:34:21.000Z","size":84,"stargazers_count":8,"open_issues_count":14,"forks_count":19,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T01:23:01.916Z","etag":null,"topics":["dart","flutter","flutter-app","flutter-plugin","kotlin","swift4","wifi","wifi-modules"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/wifi_connector","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wonjerry.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-24T15:47:36.000Z","updated_at":"2023-11-17T08:15:44.000Z","dependencies_parsed_at":"2022-09-05T17:11:21.358Z","dependency_job_id":null,"html_url":"https://github.com/wonjerry/flutter_wifi_connector","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wonjerry%2Fflutter_wifi_connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wonjerry%2Fflutter_wifi_connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wonjerry%2Fflutter_wifi_connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wonjerry%2Fflutter_wifi_connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wonjerry","download_url":"https://codeload.github.com/wonjerry/flutter_wifi_connector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248129877,"owners_count":21052652,"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":["dart","flutter","flutter-app","flutter-plugin","kotlin","swift4","wifi","wifi-modules"],"created_at":"2024-09-24T20:36:37.096Z","updated_at":"2025-04-09T23:33:04.694Z","avatar_url":"https://github.com/wonjerry.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wifi_connector\n\n## Prerequisite\n\n- iOS\n\n    - Change development target to 11.0\n\n    - Add hot spot configuration capability to Runner.entitlements\n\n        ```\n            \u003ckey\u003ecom.apple.developer.networking.wifi-info\u003c/key\u003e\n            \u003ctrue/\u003e\n        ```\n\n    - Add hot spot configuration capability to Runner.entitlements\n\n        ```\n            \u003ckey\u003ecom.apple.developer.networking.HotspotConfiguration\u003c/key\u003e\n            \u003ctrue/\u003e\n        ```\n- Android\n\n    - Add wifi permissions to `AndroidManifest.xml`\n\n        ```\n            \u003cuses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\" /\u003e\n            \u003cuses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\" /\u003e\n        ```\n\n## Usage\n\n- Connect to public wifi\n\n    ```dart\n\n    await WifiConnector.connectToWifi(ssid: ssid);\n\n    ```\n\n- Connect to private wifi\n\n    ```dart\n\n    await WifiConnector.connectToWifi(ssid: ssid, password: password);\n\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwonjerry%2Fflutter_wifi_connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwonjerry%2Fflutter_wifi_connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwonjerry%2Fflutter_wifi_connector/lists"}