Anton Lookin
Anton Lookin
Same issue for ACCESS_MEDIA_LOCATION permission introduced in API level 29. Feature request: ability to specify API level for each requested permission inside "@NeedsPermission" annotation.
Having same issue, any ideas on how to fix the issue?
Would love to see this in amplify-flutter. Any updates?
You can find possible solution in https://github.com/kstenerud/iOS-Universal-Framework/issues/214
Like this `public class Person { ArrayList groceryLists; }` `public class GroceryList extends ArrayList { } `