1. 25 Oct, 2020 1 commit
  2. 18 Oct, 2020 1 commit
  3. 17 Oct, 2020 3 commits
  4. 01 Oct, 2020 5 commits
  5. 20 Sep, 2020 1 commit
  6. 11 Sep, 2020 1 commit
  7. 10 Sep, 2020 3 commits
  8. 09 Sep, 2020 5 commits
  9. 08 Sep, 2020 4 commits
  10. 07 Sep, 2020 1 commit
  11. 05 Sep, 2020 1 commit
  12. 24 Aug, 2020 1 commit
  13. 16 Aug, 2020 1 commit
  14. 14 Aug, 2020 3 commits
  15. 12 Aug, 2020 1 commit
  16. 11 Aug, 2020 2 commits
    • Nicolas Lopez authored
    • When route which contains PdfPreview is popped, we got a:
      Unhandled Exception: setState() called after dispose()
      
      The solution is to add if (!mounted) return; in the file pdf_preview.dart in the function _raster() just after await for (final PdfRaster page in Printing.raster(_doc, dpi: dpi)) {
      computib authored
  17. 01 Aug, 2020 1 commit
  18. 21 Jun, 2020 1 commit
  19. 20 Jun, 2020 2 commits
  20. 18 Jun, 2020 2 commits