You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Dart-side resolv.conf fallback using dart:io (#40)
The Kotlin writeResolv method channel silently fails in some cases.
Added direct Dart file creation as fallback in both splash_screen
and terminal_service (getProotShellConfig). Uses dart:io Directory
and File APIs to create config/resolv.conf directly, bypassing the
method channel entirely.
Co-Authored-By: Mithun Gowda B <mithungowda.b7411@gmail.com>
0 commit comments