https://github.com/baranacikgoz/has_wifi_rtt
A flutter plugin package to check whether device has Wi-Fi RTT Scan Feature or not.
https://github.com/baranacikgoz/has_wifi_rtt
Last synced: 1 day ago
JSON representation
A flutter plugin package to check whether device has Wi-Fi RTT Scan Feature or not.
- Host: GitHub
- URL: https://github.com/baranacikgoz/has_wifi_rtt
- Owner: baranacikgoz
- License: apache-2.0
- Created: 2022-03-31T08:09:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T10:00:59.000Z (about 3 years ago)
- Last Synced: 2023-08-20T22:25:06.938Z (over 1 year ago)
- Language: Dart
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# has_wifi_rtt
A flutter plugin package to check whether device has Wi-Fi RTT Scan Feature or not.
Supports Android.## Usage
```
import 'package:has_wifi_rtt/has_wifi_rtt.dart'final bool response = await HasWifiRtt.checkRtt();
```***Also check the [example app](https://github.com/baranacikgoz/has_wifi_rtt/tree/main/example).***