bump: flutter:3.27.0 rust:1.83.0

This commit is contained in:
2024-12-14 13:48:24 +08:00
parent 4b70ec1914
commit c112a920ec
47 changed files with 187 additions and 160 deletions

View File

@ -5,10 +5,11 @@
class AppTorrentData {
AppTorrentData({
this.name,
this.updateAt,
this.url,
this.info,});
this.name,
this.updateAt,
this.url,
this.info,
});
AppTorrentData.fromJson(dynamic json) {
name = json['name'];
@ -29,5 +30,4 @@ class AppTorrentData {
map['info'] = info;
return map;
}
}
}

View File

@ -85,7 +85,6 @@ class DohClientResponseAnswerData {
}
}
class DohClientResponseQuestionData {
DohClientResponseQuestionData({
this.name,