skip to Main Content

Generate PDF in flutter

I got file response from API I want to generate it as PDF and open using open_filex This is what I have tried @override Future<Either<Failure, dynamic>> getInvoicePDF(GetInvoiceParams param) async { return await Factory().exceptionsGuard(() async { var res = await RemoteDataSourceResponseGuard.execute<dynamic>(…

VIEW QUESTION
Back To Top
Search