Dart/Flutter SDK for ChatGPT and all OpenAI APIs (GPT, Dall-e..)
593
stars
186
forks
source link
Build failed | solving by adding imports | Error: Type 'Uint8List' not found. | Error: 'MultipartFile' isn't a type. #184
Open
Stefano-Trinca opened 5 months ago
I have e build failure with the following errors:
This can be solved by adding the:
import 'dart:typed_data';
on audio.dart and client.dart files.Then in the client.dart file in the 565 line is missin http. before MultipartFile:
http.MultipartFile multiPartFile;