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