Anton Lookin

Results 5 comments of 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.

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 { } `