tonileppanen
tonileppanen
I am facing this same issue now. Got any idea what is it related to? ` type '_OneByteString' is not a subtype of type 'int' in type cast ` This...
I added subfolder-attribute for initFlutter-function, released a new version and tried again with Oneplus 7 Pro. ``` void main() async { Hive ..initFlutter("flutterfiles") ..registerAdapter(DayAdapter()) ..registerAdapter(WeekAdapter()); ... } ``` The app...
I got rid of this error. I wish I had tested and documented this properly, but I couldn't reproduce this on my own devices. It probably had something to do...