mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
refactor(platform): guard usages of dart:io and dart:html for future compatability
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
import 'dart:async';
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:lunasea/core.dart';
|
||||
import 'package:lunasea/modules/nzbget.dart';
|
||||
|
||||
Reference in New Issue
Block a user