Francesco-FL

Results 8 comments of Francesco-FL

Same problem, I was trying to install package_info_plus and I always get version 0.0.1 In my case I had to delete these packages (shared_preferences, connectivity_plus), then I tried to install...

I add that in general (therefore also on Android), rotation of the device is badly managed. If you call an adaptive banner (for example) in landscape and turn the phone...

If this is the bug you are referring to (https://issuetracker.unity3d.com/issues/ios-15-screen-dot-safearea-dot-width-returns-incorrect-value-when-devices-orientation-is- switched-to-landscape-mode) should be fixed. I have implemented different ads depending on portrait-landscape so at the moment I am not able...

I did some research and this is what I found: 1. I removed the mobile data by editing android_device.dart: 'shell am broadcast -a com.android.systemui.demo -e command network -e mobile hide',...

Hi, same problem, M1 Mac user, I attach my logs and settings Logcat ``` ---------------------------- PROCESS STARTED (7524) for package com.example.prova ---------------------------- 2023-09-02 14:23:16.659 7524-7524 art pid-7524 I Late-enabling -Xcheck:jni...

Updated to Flutter 3.7.0, same error: ``` [√] Flutter (Channel stable, 3.7.0, on Microsoft Windows [Versione 10.0.19045.2486], locale it-IT) [X] Windows Version (Unable to confirm if installed Windows version is...

At the moment I solved it by adding the relative "monochrome" icons where the adaptive ones are, and I added this line: monochrome android:drawable="@drawable/ic_launcher_monochrome" I hope you will update it...