Nankai

Results 10 issues of Nankai

I get this error on some models OPPO CPH1909 OPPO A5 Motorola WOOD Vivo 1811 HUAWEI Honor 7A And after a while of researching, I found out the reason is...

can u support for Flutter? I need a similar library for Flutter SDK (https://flutter.dev)

```dart startNetworkChecking() { Connectivity().onConnectivityChanged.listen((ConnectivityResult result) { Log.info('$Connectivity', 'ConnectivityResult -> $result'); _streamController.sink.add(result); }); } checkInternetConnection() async { var result = await (Connectivity().checkConnectivity()); _streamController.sink.add(result); } ``` ======== Exception caught by services library...

bug
connectivity_plus
missing info

how to remove view controller

help wanted
wait confirm

Can u upgrade version "flutter_svg" to "1.1.1+1"

enhancement

No operations defined in spec! ![Web capture_16-1-2022_3384_localhost](https://user-images.githubusercontent.com/7553452/149637103-04ac8c4c-cea5-4aab-b2a5-628cd4684f80.jpeg) ![Web capture_16-1-2022_33729_editor swagger io](https://user-images.githubusercontent.com/7553452/149637108-2f61d884-b5e0-410c-aa2a-0150802e7685.jpeg) ``` definitions: response.Struct: properties: code: type: integer data: {} message: type: string time_stamp: type: integer type: object services.AuthStruct: properties:...

multi language in Flutter Tìm hiểu file .arb vs file i18n

enhancement
help wanted
good first issue

``` cmd Because test >=1.16.0-nullsafety.19 =1.16.6 =1.16.0-nullsafety.19 =1.17.10 =1.0.0 =1.20.0 depends on test_api 0.4.9, test >=1.16.0-nullsafety.19 requires test_api 0.2.19 or 0.4.9 or analyzer >=1.0.0 1.5.3 =1.16.0-nullsafety.19 then test_api 0.2.19 or...

``` vehicle.py", line 10, in from depthai_sdk import getDeviceInfo, FPSHandler, toTensorResult, frameNorm ImportError: cannot import name 'FPSHandler' from 'depthai_sdk' (/home/ubuntu/anaconda3/lib/python3.9/site-packages/depthai_sdk/__init__.py) ```

Can u support unsubscribe?