From 43d2d05897d9987b76e6d735e730bc2201e99f4b Mon Sep 17 00:00:00 2001 From: Arianne Orpilla Date: Wed, 9 Oct 2024 18:41:18 +1000 Subject: [PATCH] Fix lint --- yuuna/lib/src/pages/implementations/audio_recorder_page.dart | 1 + yuuna/pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/yuuna/lib/src/pages/implementations/audio_recorder_page.dart b/yuuna/lib/src/pages/implementations/audio_recorder_page.dart index 7d832974..3cbb3299 100644 --- a/yuuna/lib/src/pages/implementations/audio_recorder_page.dart +++ b/yuuna/lib/src/pages/implementations/audio_recorder_page.dart @@ -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'; diff --git a/yuuna/pubspec.yaml b/yuuna/pubspec.yaml index 4c85037e..0a8ce958 100644 --- a/yuuna/pubspec.yaml +++ b/yuuna/pubspec.yaml @@ -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