Leong
Leong

Reputation: 329

Flutter transform MIME format in UI

I have a working on a project that requires me to load a file in MIME format and render it on the mobile app. I have sucessfully load the string out from the file but I failed to render it on the UI. The following is the sample code that I used to load the string. However, there is a limitation on the below code which it cannot load MIME file with attachment inside. So, hopofully someone might be able to help me solve the aboe 2 problems.

import 'package:flutter/services.dart';


await rootBundle.loadString("lib/resources/images/hihi.txt")

Upvotes: 0

Views: 103

Answers (0)

Related Questions