From 626a2f66c562f35d40bec5e821a436d4f522c31d Mon Sep 17 00:00:00 2001 From: Vishal <64505169+vishalxl@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:12:58 +0530 Subject: [PATCH] updated pubspec file with latest packages --- lib/settings.dart | 1 - pubspec.yaml | 9 ++++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/settings.dart b/lib/settings.dart index f068f84..ae738b1 100644 --- a/lib/settings.dart +++ b/lib/settings.dart @@ -371,7 +371,6 @@ KNOWN ISSUES ------------ * On windows terminal, special characters such as accent ( as used in many languages) can't be sent. Emojis can't be sent either. But they can be sent from Linux/Mac. -* On Windows terminal, there is limitation where only 255 characters can be sent at a time. See and file bugs here: https://github.com/vishalxl/nostr_console/issues diff --git a/pubspec.yaml b/pubspec.yaml index 797bc5b..adb9b7d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -95,15 +95,14 @@ environment: dev_dependencies: - lints: ^2.0.0 + lints: ^3.0.0 test: ^1.21.4 dependencies: args: ^2.3.1 - bip340: ^0.0.4 - cli_menu: ^0.3.0-nullsafety.0 + bip340: ^0.2.0 crypto: ^3.0.2 - intl: ^0.17.0 - translator: ^0.1.7 + intl: ^0.19.0 + translator: ^1.0.0 web_socket_channel: ^2.2.0 logging: ^1.0.2 kepler: ^1.0.3