Hỏi đáp
Chia sẻ kiến thức, cùng nhau phát triể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)