по Api? В документации написано что File типа, но когда пытаюсь json_serializable заранить, выдает такое
Could not generate toJson code for file.
To support the type File you can:
* Use JsonConverter
https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonConverter-class.html
* Use JsonKey fields fromJson and toJson
https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonKey/fromJson.html
https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonKey/toJson.html
пытался использовать JsonConverter<File, int> выдает ещё ошибки
Можно разными способами отправлять
зависит от того, в каком виде бэкенд ожидает его получить
смотрите что-нибудь отсюда: https://stackoverflow.com/questions/49125191/how-to-upload-images-and-file-to-a-server-in-flutter json вам тут не поможет, сериализовать его не надо
Обсуждают сегодня