ndi_windows_player 0.1.0
ndi_windows_player: ^0.1.0 copied to clipboard
A native windows implementation of NDI stream decoding leveraging the flutter::TextureRegistrar.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ndi_windows_playerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ndi_windows_player: ^0.1.0Alternatively, 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:ndi_windows_player/ndi_windows_player.dart';