lnd

Results 10 issues of lnd

///添加事件响应者,监听native发往flutter端的事件 removeListener = BoostChannel.instance.addEventListener("yourEventKey", (key, arguments) { ///deal with your event here return; });

切换到全屏播放可以隐藏状态栏吗?

2020-07-28 17:05:43.154410+0800 腾讯云Player[42750:2114912] -[SuperPlayerView initializeThePlayer] 2020-07-28 17:05:43.229276+0800 腾讯云Player[42750:2114912] -[SuperPlayerView playWithModel:] 2020-07-28 17:05:43.229496+0800 腾讯云Player[42750:2114912] -[SuperPlayerView pause] 2020-07-28 17:05:43.229630+0800 腾讯云Player[42750:2114912] -[SuperPlayerView configTXPlayer] 2020-07-28 17:05:43.230010+0800 腾讯云Player[42750:2114912] TXLiteAVSDK:TXLivePlayer:0x28027ad80 init 2020-07-28 17:05:43.230124+0800 腾讯云Player[42750:2114912] [I][TXLivePlayer.mm, init,...

1

1 comment

late final _inputFocusNode = FocusNode( onKeyEvent: (node, event) { if (event.physicalKey == PhysicalKeyboardKey.enter && !HardwareKeyboard.instance.physicalKeysPressed.any( (el) => { PhysicalKeyboardKey.shiftLeft, PhysicalKeyboardKey.shiftRight, }.contains(el), )) { if (event is KeyDownEvent) { _handleSendPressed(); }...

bug
help wanted

```dart import 'package:flutter/material.dart'; import 'package:hotkey_manager/hotkey_manager.dart'; void main() async { WidgetsFlutterBinding.ensureInitialized(); await hotKeyManager.unregisterAll(); runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key? key}) : super(key: key); @override Widget build(BuildContext context)...

测试苹果se出现的 NTESI420Frame *videoFrame = [NTESYUVConverter pixelBufferToI420:pixelBuffer withCrop:cropRate targetSize:targetSize andOrientation:targetOrientation];