Future<Uint8List> loadImageFromAssets(String path) async { final byteData = await rootBundle.load(path); return byteData.buffer.asUint8List(); }