rupisaini123

Results 6 comments of rupisaini123

I tried tried multiple times, but it keeps on giving me errors. /Tools/Devloper/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_archive-4.1.0/macos/Classes/SwiftFlutterArchivePlugin.swift:1:1: error: expressions are not allowed at the top level ../../ios/Classes/SwiftFlutterArchivePlugin.swift ^ /Tools/Devloper/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_archive-4.1.0/macos/Classes/FlutterArchivePlugin.swift:6:5: error: cannot find 'SwiftFlutterArchivePlugin' in...

Using Border worked for android. But not working on Mac. Is there any workaround for mac? --Update I tried again, I found out that i have hold the click for...

Do we know, if ${usesCleartextTraffic} can be set from TAURI itself?? Im getting (failed)net::ERR_CLEARTEXT_NOT_PERMITTED error when trying to load images from HTTP in release mode of apk here is the...

Im not able to replicate it in another project. But in my current project im having this issue :( i noticed one thing from android logs This was the event...

Finally i was able to replicate it. i added a splashscreen window, but created the window as visible: false Here is how windows are declared in tauri.conf.json ``` "windows": [...

@FabianLars, able to figure it out?? Or any workaround?