Innomatic

Results 5 issues of Innomatic

### Platform Platform independent ### Plugin package_info_plus ### Version 1.4.2 ### Flutter SDK 3.0.3 ### Steps to reproduce 1. Create a new app 2. Run `flutter pub add path_provider` 3....

bug
triage

For some reason, Cube uses unsigned char which creates warning since the compiler option -Wall implies `-Wpointer-sign`. Solution is to add `-Wno-pointer-sign` at the end of CFLAGS in the template...

Source file is as follows: ``` ## HAL Documents * [STM32L0](UM1749 - STM32L0 HAL and LL drivers.pdf) * [STM32L4](UM1884 - STM32L4 HAL and LL drivers.pdf) * [STM32F0](UM1785 - STM32F0 HAL...

I want to change the wallpaper in the background at a certain point. WorkManager invokes ``` AsyncWallpaper.setWallpaperFromFile(localFilePath); ``` and creates following PlatformException ``` E/MethodChannel#async_wallpaper(14385): Failed to handle method call E/MethodChannel#async_wallpaper(14385):...

**Describe the bug** I want to set different images for the lock screen and the home screen. So I called `AsyncWallpaper.setWallpaperFromFile` twice in succession: ``` if (item.data.lockScreen != null) {...