Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arianneorpilla committed Oct 9, 2024
1 parent 232e0ea commit 43d2d05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import 'package:flutter/material.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:just_audio/just_audio.dart';
import 'package:multi_value_listenable_builder/multi_value_listenable_builder.dart';
// ignore: depend_on_referenced_packages
import 'package:record_mp3_plus/record_mp3_plus.dart';
import 'package:spaces/spaces.dart';
import 'package:yuuna/i18n/strings.g.dart';
Expand Down
4 changes: 2 additions & 2 deletions yuuna/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,17 +145,17 @@ dependencies:
youtube_explode_dart: ^2.2.3

dependency_overrides:
collection: ^1.17.2
ffi: ^2.0.0
freezed_annotation: ^2.2.0 # Caused by spaces
gap: ^3.0.1 # Caused by spaces
http: ^1.0.0
record_mp3_plus: ^1.2.0
wakelock_windows:
git:
url: https://github.com/diegotori/wakelock
ref: 40464c75e908f57f458597ef4912f5273ab89b1a
path: wakelock_windows
record_mp3_plus: ^1.2.0
collection: ^1.17.2

dev_dependencies:
build_runner: ^2.3.3
Expand Down

0 comments on commit 43d2d05

Please sign in to comment.