Change mapping and bug fixes

This commit is contained in:
problematicconsumer
2024-02-15 19:39:35 +03:30
parent bd4c5eed7e
commit 702c59c3bc
21 changed files with 501 additions and 422 deletions

View File

@@ -121,7 +121,7 @@ class FFISingboxService with InfraLogger implements SingboxService {
return TaskEither(
() => CombineWorker().execute(
() {
final json = jsonEncode(options.toJson());
final json = options.toJson();
final err = _box
.changeConfigOptions(json.toNativeUtf8().cast())
.cast<Utf8>()