panoptic_widgets 2024.12.10 panoptic_widgets: ^2024.12.10 copied to clipboard
A group of flutter widgets which are used in the Panoptic Family of Apps - created and maintained by Tonbridge School's Developers
Panoptic_Widgets #
Adding Support for PDF Viewer #
Add the following to your web/index.html
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.11.338/pdf.min.js"></script>
<script type="text/javascript">
pdfjsLib.GlobalWorkerOptions.workerSrc = "https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.11.338/pdf.worker.min.js";
</script>