Skip to content

Commit

Permalink
Version 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed May 25, 2024
1 parent 76938f8 commit 298e8f5
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 20 deletions.
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/43.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🎨 <b>Custom Themes!</b> Give your app a unique touch by choosing your favorite theme.
⚙️ <b>Optimized Settings Page!</b> Now even simpler and more intuitive to use.
✨ <b>Graphic Enhancements!</b> Small improvements that make the app even more beautiful and enjoyable to use.
🌍 <b>Improved Translations!</b> Thanks to @rehork and @pereorga, the Polish and Catalan versions are more accurate than ever.
🐞 <b>Bug Fixes and General Improvements!</b> We've worked hard to provide you with an even better experience.

<b>Do you like Converter NOW?</b> Leave a review and let us know what you think! ✔️
7 changes: 7 additions & 0 deletions fastlane/metadata/android/it-IT/changelogs/43.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🎨 <b>Temi personalizzati!</b> Dai un tocco unico all'app scegliendo il tema che più ti piace.
⚙️ <b>Pagina delle impostazioni ottimizzata!</b> Ora è ancora più semplice e intuitiva da usare.
✨ </b>Ritocchi grafici!</b> Piccoli miglioramenti che rendono l'app ancora più bella e piacevole da utilizzare.
🌍 <b>Traduzioni migliorate!</b> Grazie a @rehork e @pereorga, le versioni in Polacco e Catalano sono più accurate che mai.
🐞 <b>Correzioni di bug e miglioramenti generali!</b> Abbiamo lavorato sodo per offrirti un'esperienza sempre migliore.

<b>Ti piace Converter NOW?</b> Lascia una recensione e facci sapere cosa ne pensi! ✔️
2 changes: 1 addition & 1 deletion lib/pages/conversion_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class ConversionPage extends ConsumerWidget {
SliverPadding(
padding: EdgeInsets.only(
top: 10,
bottom: isDrawerFixed(MediaQuery.of(context).size.width)
bottom: isDrawerFixed(MediaQuery.sizeOf(context).width)
? 55 // So FAB doesn't overlap the card
: 0,
),
Expand Down
4 changes: 2 additions & 2 deletions lib/utils/app_scaffold.dart
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class AppScaffold extends ConsumerWidget {
),
),
floatingActionButton: (selectedSection == AppPage.conversions &&
MediaQuery.of(context).viewInsets.bottom == 0)
MediaQuery.viewInsetsOf(context).bottom == 0)
? FloatingActionButton(
key: const ValueKey('clearAll'),
onPressed: () => clearAll(_isDrawerFixed),
Expand Down Expand Up @@ -150,7 +150,7 @@ class AppScaffold extends ConsumerWidget {
)
: null,
floatingActionButton: (selectedSection == AppPage.conversions &&
MediaQuery.of(context).viewInsets.bottom == 0)
MediaQuery.viewInsetsOf(context).bottom == 0)
? FloatingActionButton(
key: const ValueKey('clearAll'),
onPressed: () => clearAll(_isDrawerFixed),
Expand Down
12 changes: 12 additions & 0 deletions linux/io.github.ferraridamiano.ConverterNOW.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@
</screenshots>
<content_rating type="oars-1.0"/>
<releases>
<release version="4.2.2" date="2024-05-26">
<description>
<ul>
<li>🎨 Custom Themes! Give your app a unique touch by choosing your favorite theme.</li>
<li>⚙️ Optimized Settings Page! Now even simpler and more intuitive to use.</li>
<li>✨ Graphic Enhancements! Small improvements that make the app even more beautiful and enjoyable to use.</li>
<li>🌍 Improved Translations! Thanks to @rehork and @pereorga, the Polish and Catalan versions are more accurate than ever.</li>
<li>🐞 Bug Fixes and General Improvements! We've worked hard to provide you with an even better experience.</li>
</ul>
<p>Do you like Converter NOW? Leave a review and let us know what you think! ✔️</p>
</description>
</release>
<release version="4.2.1" date="2024-02-25">
<description>
<ul>
Expand Down
4 changes: 0 additions & 4 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ packages:

command:
bootstrap:
# It seems so that running "pub get" in parallel has some issues (like
# https://github.com/dart-lang/pub/issues/3404). Disabling this feature
# makes the CI much more stable.
runPubGetInParallel: false

hooks:
post: melos run compile_icons && melos run generate_translations
Expand Down
2 changes: 1 addition & 1 deletion packages/calculator_widget/lib/calculator_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class CalculatorNumpad extends ConsumerWidget {

@override
Widget build(BuildContext context, WidgetRef ref) {
final calcWidth = MediaQuery.of(context).size.width;
final calcWidth = MediaQuery.sizeOf(context).width;

return Padding(
padding: const EdgeInsets.all(_buttonsSpacing),
Expand Down
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ packages:
dependency: transitive
description:
name: archive
sha256: ecf4273855368121b1caed0d10d4513c7241dfc813f7d3c8933b36622ae9b265
sha256: "6bd38d335f0954f5fad9c79e614604fbf03a0e5b975923dd001b6ea965ef5b4b"
url: "https://pub.dev"
source: hosted
version: "3.5.1"
version: "3.6.0"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -298,10 +298,10 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: "7685acd06244ba4be60f455c5cafe5790c63dc91fc03f7385b1e922a6b85b17c"
sha256: "6ad5662b014c06c20fa46ab78715c96b2222a7fe4f87bf77e0289592c2539e86"
url: "https://pub.dev"
source: hosted
version: "14.1.1"
version: "14.1.3"
google_fonts:
dependency: "direct main"
description:
Expand Down Expand Up @@ -354,10 +354,10 @@ packages:
dependency: transitive
description:
name: image
sha256: "4c68bfd5ae83e700b5204c1e74451e7bf3cf750e6843c6e158289cf56bda018e"
sha256: "2237616a36c0d69aef7549ab439b833fb7f9fb9fc861af2cc9ac3eedddd69ca8"
url: "https://pub.dev"
source: hosted
version: "4.1.7"
version: "4.2.0"
integration_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -939,10 +939,10 @@ packages:
dependency: transitive
description:
name: url_launcher_android
sha256: "360a6ed2027f18b73c8d98e159dda67a61b7f2e0f6ec26e86c3ada33b0621775"
sha256: "17cd5e205ea615e2c6ea7a77323a11712dffa0720a8a90540db57a01347f9ad9"
url: "https://pub.dev"
source: hosted
version: "6.3.1"
version: "6.3.2"
url_launcher_ios:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: converterpro
description: Unit and currencies converter
publish_to: none

version: 4.2.1+42
version: 4.2.2+43

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -23,7 +23,7 @@ dependencies:
# App logo in drawer
google_fonts: ^6.2.1
# Navigation
go_router: ^14.1.1
go_router: ^14.1.2
# Downloading the exchange rates
http: ^1.2.1
# Translations
Expand All @@ -37,7 +37,7 @@ dependencies:
# Just for getting the browser current language
universal_io: ^2.2.2
# Open external pages such as GitHub repo, Play Store, etc
url_launcher: ^6.2.5
url_launcher: ^6.2.6
# Load optimized svg icons
vector_graphics: ^1.1.11+1
# Resize window during testing
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: converternow
version: 4.2.1
version: 4.2.2
summary: Unit and currencies converter
description: A Unit and Currencies Converter. Converter NOW is immediate, fast and easy to use!

Expand Down

0 comments on commit 298e8f5

Please sign in to comment.