Harshit Kumar
Harshit Kumar
hope this taken as per priority and get addressed
> ```rust > Local { > uuid: String, // unique file id which we locally assigned to the file > local_path: String, // file path where the selected file is...
> Oh I see the problem... Yes that sounds pretty reasonable, feel free to PR! (I may try to find time doing it, but since this is an enhancement instead...
### Answer from Chat-GPT @dirablue To exclude the .env file only for release builds in a Flutter project, you can modify your build.gradle file located in the android/app directory of...
Assuming `http` quest need to be cancelled, which unfortunately is not yet supported officially in `http` package to abort/cancel the `http` request [ Design an API to support aborting requests.](https://github.com/dart-lang/http/issues/424)
>In case it's Friday afternoon or anytime after 1am: >Opening xcodeproj instead of xcworkspace will cause an error like this... https://stackoverflow.com/questions/29500227/getting-error-no-such-module-using-xcode-but-the-framework-is-there Solved it... Phew after 3 days
This seems to happened earlier #144764 which was reported. It was closed as no steps to reproduced, same in this case as well it happened suddenly.
- Yap this happened while `Debug-mode` only both times including #144764 It happened suddenly when there was significant code changes ( after running `dart build runner command`) and made to...
Again it crashed just mins, not sure why it's happening... not able to find any exact pattern Logs ```console D/OneSignal(30934): [main] NotificationsManager.addForegroundLifecycleListener(listener: com.onesignal.flutter.OneSignalNotifications@cd3e692) D/OneSignal(30934): [main] NotificationsManager.addPermissionObserver(observer: com.onesignal.flutter.OneSignalNotifications@cd3e692) W/FlutterJNI(30934): Tried to...
> Without a repro this will be dificult to track down. Some thoughts: Hot restart tears down the ui isolate and doesn't tear down the raster thread. Perhaps this is...