core_rtlsdr 0.2.0 copy "core_rtlsdr: ^0.2.0" to clipboard
core_rtlsdr: ^0.2.0 copied to clipboard

PlatformAndroid

Testable radio engine for RTL-SDR on Android/Flutter: tuning, streaming, demodulation, gain, squelch, stereo/RDS, spectrum, recording, band scan and presets as ChangeNotifier controllers on top of the [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add core_rtlsdr

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  core_rtlsdr: ^0.2.0

Alternatively, 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:core_rtlsdr/core_rtlsdr.dart';
0
likes
140
points
35
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Testable radio engine for RTL-SDR on Android/Flutter: tuning, streaming, demodulation, gain, squelch, stereo/RDS, spectrum, recording, band scan and presets as ChangeNotifier controllers on top of the driver_rtlsdr plugin. Built so UI packages (e.g. widget_rtlsdr) never touch FFI directly.

Repository (GitHub)
View/report issues
Contributing

Topics

#android #radio #sdr #ffi #hardware

License

unknown (license)

Dependencies

driver_rtlsdr, ffi, flutter, path_provider, shared_preferences

More

Packages that depend on core_rtlsdr