An open API service indexing awesome lists of open source software.

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.

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).***