const routes; drop universal_io

This commit is contained in:
Fabian Freund
2025-11-27 07:52:50 +01:00
parent 00d0599dde
commit 41605c22c9
17 changed files with 37 additions and 38 deletions
+3 -1
View File
@@ -17,7 +17,9 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import 'package:universal_io/io.dart';
import 'dart:io';
import 'package:weblibre/extensions/uri.dart';
final _domainRegex = RegExp(r'\.[a-zA-Z]{2,}$');