Skip to content

Instantly share code, notes, and snippets.

View saiponethaaung's full-sized avatar
🎯
Focusing

Sai Pone Tha Aung saiponethaaung

🎯
Focusing
View GitHub Profile
@saiponethaaung
saiponethaaung / Flutter File upload with http
Created November 18, 2020 12:20
Flutter File upload with http
Future<http.MultipartRequest> httpPostWithFile({
url,
header,
}) async {
Map<String, String> finalHeader = {};
var token = await this.retrieveToken();
if (token != null && token.isNotEmpty) {
finalHeader.addAll({