Yan Meng
Yan Meng
@protspace you mean adding `CWStatusBarNotification` manually instead of `cocoapods`? you probably wanna `clean` your project and run it again, to make sure it works.😂
Here is a workaround: ``` override var hbd_backInteractive: Bool { get { onPopBack?() return true } set { super.hbd_backInteractive = newValue } } ```
+1, please add support for 12 hours format. `dateFormat: 'hh:mm a'` will throw exception.
I have exact the same issue. I use Flutter 3.24.3. This seems to be irrelevant with flutter version. It happens after my Mac upgrade to 15.4 what's even more interesting,...