diff --git a/lib/views/view_helpers/info_components.dart b/lib/views/view_helpers/info_components.dart index e24369d..4d3957e 100644 --- a/lib/views/view_helpers/info_components.dart +++ b/lib/views/view_helpers/info_components.dart @@ -5,6 +5,7 @@ import 'package:hmg_qline/views/common_widgets/app_texts_widget.dart'; class InfoComponents { static void showToast(String message) { + return; Fluttertoast.showToast( msg: message, toastLength: Toast.LENGTH_SHORT, diff --git a/pubspec.lock b/pubspec.lock index 80c01f2..12279bb 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -484,10 +484,10 @@ packages: dependency: "direct main" description: name: shared_preferences - sha256: "95f9997ca1fb9799d494d0cb2a780fd7be075818d59f00c43832ed112b158a82" + sha256: a752ce92ea7540fc35a0d19722816e04d0e72828a4200e83a98cf1a1eb524c9a url: "https://pub.dev" source: hosted - version: "2.3.3" + version: "2.3.5" shared_preferences_android: dependency: transitive description: @@ -697,18 +697,18 @@ packages: dependency: "direct main" description: name: wakelock_plus - sha256: bf4ee6f17a2fa373ed3753ad0e602b7603f8c75af006d5b9bdade263928c0484 + sha256: "36c88af0b930121941345306d259ec4cc4ecca3b151c02e3a9e71aede83c615e" url: "https://pub.dev" source: hosted - version: "1.2.8" + version: "1.2.10" wakelock_plus_platform_interface: dependency: transitive description: name: wakelock_plus_platform_interface - sha256: "422d1cdbb448079a8a62a5a770b69baa489f8f7ca21aef47800c726d404f9d16" + sha256: "70e780bc99796e1db82fe764b1e7dcb89a86f1e5b3afb1db354de50f2e41eb7a" url: "https://pub.dev" source: hosted - version: "1.2.1" + version: "1.2.2" web: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 42341f0..3db8ac5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -44,8 +44,8 @@ dependencies: blinking_text: ^1.0.2 just_audio: ^0.9.42 flutter_tts: ^4.2.0 - wakelock_plus: ^1.2.8 - shared_preferences: ^2.2.1 + wakelock_plus: ^1.2.10 + shared_preferences: ^2.3.5 signalr_core: ^1.1.1 intl: ^0.19.0 marquee: ^2.2.3