refactor(platform): guard usages of dart:io and dart:html for future compatability

This commit is contained in:
Jagandeep Brar
2022-03-18 12:23:42 -04:00
parent 403edc16fb
commit c7bd62de2e
52 changed files with 159 additions and 220 deletions

View File

@@ -2,6 +2,9 @@ import 'package:flutter/material.dart';
import 'package:lunasea/core.dart';
import 'package:lunasea/modules/nzbget.dart';
import '../../../core/system/filesystem/file.dart';
import '../../../core/system/filesystem/filesystem.dart';
class NZBGet extends StatefulWidget {
static const ROUTE_NAME = '/nzbget';

View File

@@ -1,5 +1,3 @@
import 'dart:async';
import 'package:flutter/material.dart';
import 'package:lunasea/core.dart';
import 'package:lunasea/modules/nzbget.dart';