driver_rtlsdr 0.2.1
driver_rtlsdr: ^0.2.1 copied to clipboard
Android driver for RTL-SDR (RTL2832U) dongles over USB-OTG: tuning, IQ streaming, WFM/NFM/AM/SSB demodulation with stereo and RDS, spectrum, recording and gain. Reusable native core (C, GPLv2).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add driver_rtlsdrThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
driver_rtlsdr: ^0.2.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:driver_rtlsdr/driver_rtlsdr.dart';