Phùng Tiến Đạt

Results 4 comments of Phùng Tiến Đạt

> I have created a replica of this repo here: https://pub.dev/packages/pdf_viewer_jk , anyone can use it as alternative until this repo is active again. i cant use because the getter...

> Looks like you are not createing / initiating the document properly.. Can you share your code? `PDFDocument document; child: GestureDetector( onTap: () { loadFromAsset("DeLy"); Navigator.of(context).push(MaterialPageRoute( builder: (context) => InfoScreen(document:...

> Are you sure pdf is loaded from asset? just after this line, > > ``` > document = await PDFDocument.fromAsset("assets/$name.pdf"); > ``` > > write > > ``` >...

> That is something you have to resolve yourslef :) Oke. Thank you so much!