Turbozanik
Turbozanik
Gist: https://gist.github.com/Turbozanik/bacc394cca10430e189bbf5e379abaf0 Problem description: NullPointerException in line 144 after creating new AndroidMqttClient. Hotfix: We have added 0.5 second delay before and after calling init method. We have an IoT application,...
I am trying to receive any mqtt messages, broker says that the message has been delivered, but `messageArrived` method is never triggered. I have tried the sample app and it...
In your example you are creating a scoped container inside the screen itself, which makes such scoped DI worthless. Can I somehow use scoped container to make the same logic...
### Error: I am receiving `Error: SelectGameDifficultyRouteArgs can not be null because it has a required parameter` after web app browser window resize. I am sure that args are not...
https://github.com/xamantra/relative_scale/blob/master/lib/src/relative_scale_base.dart ``` double _calculate(double value) { return ((value / 100) / 5.333333333333333) * (widget.scale ?? 1); } ``` What is going on here, and what is 5.333333333333333?
Hi, I am not sure this issue is related to your library. But as I am not sure, I will share it here. I have described the issue here: https://stackoverflow.com/questions/74053907/renderviewport-does-not-support-returning-intrinsic-dimensions-with-pageview...
1) After adding **webBgColor: MyColors.baseBlack,** toast does not show up. 2) I have added gravity: ToastGravity.BOTTOM, but toast is still in bottom_right side. Flutter version 3.3.10 Dart version 2.18.6 Example...
Hi @FilledStacks first of all, you have made a great lib that really helped with adapting UI for different devices. Second, I wanted to highlite the possible improvement for the...