Đặng Ngọc Quảng

Results 8 issues of Đặng Ngọc Quảng

I have a action on google. But I have a problem: When user control device or get state device after long time linked account (about a week), log returned: Failed...

DiagnosticableMixin is removed on flutter repository (master branch). Now, Diagnosticable is a mixin on stable. So we need change DiagnosticableMixin to Diagnosticable to fix "Error: Type 'DiagnosticableMixin' not found". ![image](https://user-images.githubusercontent.com/15941383/84997118-58aac580-b178-11ea-9cb1-7cb10bfb18b4.png)

I found sprintf is deprecated now. So i can not build on some devices. I fixed it by changing sprintf to snprintf. It work fine! ``` main.cpp:90:3: error: 'sprintf' is...

I want to backup and restore room database and upload to my server. What is the best way? Thanks

Rendering wrong when upgrading from flutter_svg 1.1.6 to 2.0.0 and later. So can not use camera to read it. Can you check it? - 2.0.0 and later ![image](https://github.com/dnfield/flutter_svg/assets/15941383/c7edb219-fba5-4d4a-acb7-07da38277d54) - 1.1.6...

How to I intergrate push notification when unlock?