GoldenSoju
GoldenSoju
My app also got rejected because of that error. I saw that ATTrackingManager has an [async function](https://developer.apple.com/documentation/apptrackingtransparency/attrackingmanager/3547037-requesttrackingauthorization). And I was hoping I could force wait for the function. class func...
@4bSolutionsLLP In case you haven't updated the dependencies yet, I recommend to use the [open_filex](https://pub.dev/packages/open_filex) package, which had quite some activity in the recent weeks. ```yaml dependencies: open_filex: ^4.3.0 ```
I got the same problem with useListVal in dev mode (firebase emulator). It happens after inserting entries into, or removing entries from the db. Programmatically as well as in the...
Is there any update for this issue in 2022? Or is there a different issue for Android Studio only that I can follow?
@danjenkins Could you maybe share your process so far? Or do you have any updates for us?
Is there any other place were the changelogs are getting published? We are at version 4.3.15 now.
I am still a bit lost here, as I am working on an SSG project but I cannot get the language detection to work. (No other framework, just Astro) I...
@thomassth Do you maybe mean the week entry for the BYDAY part of a Recurrence Rule? At the moment the rrule package has the [ByWeekDayEntry](https://github.com/JonasWanke/rrule/blob/main/lib/src/by_week_day_entry.dart) Class which includes the weekday...
I was able to reproduce this behavior on Android emulator. Please refer to the project below (check the TODO in order to break/fix the functionality): [TEST PROJECT GITHUB](https://github.com/GoldenSoju/flutter_theme_test) Since last...
I suddenly got this warning (_and a Implicit PendingIntent Vulnerability warning_) last week after uploading a new version to the play store. I uploaded a new version at the beginning...