Resolve all lints and deprecation warnings

This commit is contained in:
2026-01-09 10:04:51 -06:00
parent 512577b092
commit a799e9cf59
56 changed files with 2819 additions and 3159 deletions

View File

@@ -70,7 +70,7 @@
<body id="app-container">
<div id="loading-indicator" class="loader"></div>
<script src="flutter_bootstrap.js" async></script>
<script src="flutter_bootstrap.js" async onerror="alert('Failed to load flutter_bootstrap.js. Check console for details.'); document.getElementById('loading-indicator').style.borderTopColor = 'red';"></script>
</body>
</html>