Skip to content

Commit

Permalink
fix: lints
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Oct 25, 2023
1 parent 7a802d4 commit 6ecd7fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/blocs/file_download/file_download_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ import 'package:ardrive/download/limits.dart';
import 'package:ardrive/models/models.dart';
import 'package:ardrive/services/services.dart';
import 'package:ardrive/utils/logger/logger.dart';
import 'package:ardrive_http/ardrive_http.dart';
import 'package:ardrive_io/ardrive_io.dart' as io;
import 'package:ardrive_io/ardrive_io.dart';
import 'package:ardrive_utils/ardrive_utils.dart';
import 'package:cryptography/cryptography.dart';
import 'package:drift/drift.dart';
import 'package:equatable/equatable.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
Expand Down
2 changes: 0 additions & 2 deletions lib/blocs/file_download/shared_file_download_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class SharedFileDownloadCubit extends FileDownloadCubit {
final SecretKey? fileKey;
final ARFSFileEntity revision;
final ArweaveService _arweave;
final ArDriveCrypto _crypto;
final ArDriveDownloader _arDriveDownloader;

SharedFileDownloadCubit({
Expand All @@ -16,7 +15,6 @@ class SharedFileDownloadCubit extends FileDownloadCubit {
required ArDriveCrypto crypto,
required ArDriveDownloader arDriveDownloader,
}) : _arweave = arweave,
_crypto = crypto,
_arDriveDownloader = arDriveDownloader,
super(FileDownloadStarting()) {
download();
Expand Down

0 comments on commit 6ecd7fd

Please sign in to comment.