From 5a92a782748d4236e2a40fa8364dde1556d49a07 Mon Sep 17 00:00:00 2001 From: Damiano Ferrari Date: Sat, 30 Nov 2024 16:49:05 +0100 Subject: [PATCH] Minor tweaks --- linux/io.github.ferraridamiano.ConverterNOW.appdata.xml | 2 +- pubspec.lock | 2 +- pubspec.yaml | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/linux/io.github.ferraridamiano.ConverterNOW.appdata.xml b/linux/io.github.ferraridamiano.ConverterNOW.appdata.xml index 168e50a..29cc0d3 100644 --- a/linux/io.github.ferraridamiano.ConverterNOW.appdata.xml +++ b/linux/io.github.ferraridamiano.ConverterNOW.appdata.xml @@ -87,7 +87,7 @@
    -
  • 🎨 Graphic Enhancements> for big screens
  • +
  • 🎨 Graphic Enhancements for big screens
  • 🌍 Updated translations Thanks to @rehork, @MajoranaOedipus, @FTno
  • 🐞 Bug Fixes and General Improvements! We've worked hard to provide you with an even better experience
diff --git a/pubspec.lock b/pubspec.lock index 18db8b6..4c5fbfe 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1064,7 +1064,7 @@ packages: dependency: "direct main" description: path: "plugins/window_size" - ref: HEAD + ref: eb3964990cf19629c89ff8cb4a37640c7b3d5601 resolved-ref: eb3964990cf19629c89ff8cb4a37640c7b3d5601 url: "https://github.com/google/flutter-desktop-embedding" source: git diff --git a/pubspec.yaml b/pubspec.yaml index 0d5e729..749850b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: # App logo in drawer google_fonts: ^6.2.1 # Navigation - go_router: ^12.1.3 # Do not upgrade until github.com/flutter/flutter/issues/140869 is fixed + go_router: ^12.1.3 # Do not upgrade until github.com/flutter/packages/pull/8162 is resolved # Downloading the exchange rates http: ^1.2.2 # Translations @@ -34,7 +34,7 @@ dependencies: # Unit conversion units_converter: 2.0.1 # Just for getting the browser current language - universal_io: ^2.2.2 + universal_io: ^2.2.2 # Can be removed once dart:io is supported on web (issue: github.com/flutter/flutter/issues/39998) # Open external pages such as GitHub repo, Play Store, etc url_launcher: ^6.3.0 # Load optimized svg icons @@ -43,6 +43,7 @@ dependencies: window_size: git: url: https://github.com/google/flutter-desktop-embedding + ref: eb3964990cf19629c89ff8cb4a37640c7b3d5601 path: plugins/window_size # Sub packages ---------------------------------------------------------------