Sunbreak

Results 198 comments of Sunbreak

I would `NOT` recommand `Dart projection on WinRT` for BluetoothLE for now Actually you have two options 1. Call `C++/WinRT` APIs via MethodChannel or `dart:ffi` - MethodChannel example on BLE:...

Related PR: https://github.com/timsneath/win32/pull/392 - Chrome source code on BLE: https://chromium.googlesource.com/chromium/src/+/32352ad08ee673a4d43e8593ce988b224f6482d3/device/bluetooth/bluetooth_low_energy_defs_win.h - Chrome source code on HID: https://chromium.googlesource.com/chromium/src/+/80a586198d12e1a6d02cac715e2ac88bf5d0e565/device/hid/hid_service_win.cc

> Thanks for that Tim. I think I've found some doco here which I can consult: https://docs.microsoft.com/en-us/samples/microsoft/windows-universal-samples/bluetoothle/ It is an example of UWP APIs of BluetoothLE, which `quick_blue` uses right...

> 1. When we talk about UWP API's, I take it the are different to win32 API's? So, we can't leverage the BLE UWP API's from this project anyway, because...

@jhancock4d from https://github.com/flutter/flutter/issues/64958#issuecomment-870581871 You could track the WinRT projection here

Any progress?

Any progress? Since Feb 2020, Flutter Windows supports dynamic link on `vcproj`s. And we build Agora plugins with audio only: https://github.com/woodemi/Flutter-RTM-Desktop https://github.com/woodemi/Flutter-SDK-Desktop Could we have `flutter-webrtc` the same way?

@cloudwebrtc According to https://github.com/flutter/engine/pull/9822#issuecomment-646028050, GLFW is deprecated. Any further plan about flutter-webrtc?

[Linux texture support](https://github.com/flutter/engine/pull/24916) has been landed. Could we got an official Linux support?

FYI: Google has a [`quiver` utility library](https://github.com/google/quiver-dart) > # quiver.iterables > concat, count, cycle, enumerate, merge, partition, `range`, and zip create, transform, or combine Iterables in different ways, similar to...