Hỏi đáp

Chia sẻ kiến thức, cùng nhau phát triển

Đọc File XML trong Flutter

17:00 04-10-2021 933 lượt xem 0 bình luận

Mình muốn đọc files xml trong bằng Dart - Flutter, mỗi lần đọc thì mình đều gặp lỗi.

Code đọc files

convertXMLtoJSON() async {
File file = File('assets/xml_file/belovedskincare.xml');
Future<String> xml = file.readAsString();
}

Lỗi

E/flutter (13956): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: FileSystemException: Cannot open file, path = 'assets/xml_file/belovedskincare.xml' (OS Error: No such file or directory, errno = 2)

Bình luận

Để bình luận, bạn cần đăng nhập bằng tài khoản Howkteam.

Đăng nhập

Câu hỏi mới nhất