nls 0.0.1 copy "nls: ^0.0.1" to clipboard
nls: ^0.0.1 copied to clipboard

PlatformAndroid

Scan QR with android

nls #

NLS Scan plugin project.

static const EventChannel _eventChannel = EventChannel('nlsresult'); StreamSubscription? _streamSubscription;

@override void initState() { super.initState(); _streamSubscription = _eventChannel.receiveBroadcastStream().listen((value) { try { print(value); } catch (e, s) { print(e); print(s); } }); }

0
likes
150
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

Scan QR with android

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on nls