Konstantin Dovnar
Konstantin Dovnar
Currently, on android, we have `AndroidFlutterLocalNotificationsPlugin.areNotificationsEnabled`. With that we can check whenever notification permissions is granted for android 13+. Why there is no such option for iOS?
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...
## Description Ability to convert `Timestamp` objects to the UTC `DateTime` object. In case, when we save UTC timestamps to the firestore, we need to restore them in that state....
**Which locale is missing?** `tg` locale. **Which locale have you considered of using instead, but was not sufficient?** None. I have ready-to-use date symbols, patterns and plural-rules, but as i...
**Feature Request:** The SidebarItems widget in the macos_ui package currently requires `currentIndex` to always be a non-null value between 0 and the total item count, forcing a selection at all...