danielRi
danielRi
Hi, I have the follow scenario: I have a code base that needs to ship with 7 different Titles and Icons -> Can be solved with flavors, works fine. But...
**Describe the bug** Location Permission for Android 12 is optional (targetSDK needs to be >= 31). See https://developer.android.com/guide/topics/connectivity/bluetooth/permissions#declare-android12-or-higher The library however forces FINE_LOCATION to be set. **To Reproduce** Steps to...
Hi, pardon me if this is nonsense what I want to achieve, I havent find a solution in the docs. I have a GraphQL API I load data remotely from,...
Hi, I want to play around with ferry a little bit and want to add two different schema files. However I cant generate the ferry classes when I run the...
Hi, I use want to use a WebSocketLink, but for authentication I need to append the current auth token to the url (required by server). I was thinking about something...
Hi, good job on this package, I really like it! However I have one problem: The json I use for the form will be sent from a remote server. I...
Hi, if I run the example app from flutter_vision, it works fine. However I replaced the yolov8n model with a pretrained model (it detects licens plates) and then I get...
Hi, I shipped an update of my app with changes to my Hive objects that are not compatible with my users old local data (e.G. changed data type, changed data...