1. 30 Oct, 2020 2 commits
  2. 29 Oct, 2020 1 commit
  3. 25 Oct, 2020 2 commits
  4. 18 Oct, 2020 1 commit
  5. 17 Oct, 2020 3 commits
  6. 01 Oct, 2020 5 commits
  7. 20 Sep, 2020 1 commit
  8. 11 Sep, 2020 1 commit
  9. 10 Sep, 2020 3 commits
  10. 09 Sep, 2020 5 commits
  11. 08 Sep, 2020 4 commits
  12. 07 Sep, 2020 1 commit
  13. 05 Sep, 2020 1 commit
  14. 24 Aug, 2020 1 commit
  15. 16 Aug, 2020 1 commit
  16. 14 Aug, 2020 3 commits
  17. 12 Aug, 2020 1 commit
  18. 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
  19. 01 Aug, 2020 1 commit
  20. 21 Jun, 2020 1 commit