bishal stha
bishal stha
This occurs irregularly but does occur. It show the following error on the console. `java.lang.SecurityException: Permission Denial: broadcast from android asks to run as user -1 but is calling from...
**V version:0.2.2** **UI version:0.0.4** **OS:macOS** **What did you do?** ` import ui fn main() { ui.run(ui.window({ resizable: true }, [ ui.column({}, [ ui.row({}, [ ui.column({}, [ ui.label(text: 'text1'), ]), ui.column({},...
I have noticed that the SDK is crashing on the newer version of iOS (eg: 16.0.3). This may be due to the usage of a very old MobileRTC.framework. I am...
Consider the following code: ```dart final d = DateTime(2025, 1, -1); print(d); // prints 2024-12-30 00:00:00.000 print(d.year); // prints 2024 // while in NepaliDateTime final d2 = NepaliDateTime(2082, 5, -1);...