egodefroy

Results 5 comments of egodefroy

@pasevin could also be useful to easily set the phone value with [number]="value"

This happens with the example posted with the package. Just play the example and rotate the terminal ```` Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter...

It works if on 'didChangeMetrics' we redefine a new PDFViewController (no more final) and force redrawing the PDFView.

My work around (not very beautiful...) is based on reinstanciating the controller in didChangeMetrics. ```` @override void didChangeMetrics() { if (Platform.isAndroid) { // for rotations on Android pdfController = Completer();...

@deakjahn This is close to the work-around I suggested on 27 Jun 2019. A bit simpler though ;-)