From 3949a4736ee51a737b312e0e18cf943d18e970b7 Mon Sep 17 00:00:00 2001 From: robmllze <86869208+robmllze@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:51:32 +1000 Subject: [PATCH] +chore: Update dependencies --- lib/src/scalable.dart | 1 + pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/src/scalable.dart b/lib/src/scalable.dart index 876f7cf..694f95f 100644 --- a/lib/src/scalable.dart +++ b/lib/src/scalable.dart @@ -20,5 +20,6 @@ final class Scalable { '', fromValue: (e) => e, toValue: (e) => e, + initialValue: 1.0, )..refresh(); } diff --git a/pubspec.yaml b/pubspec.yaml index 4b839a2..41880d8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ name: df_scalable description: A package that provides a convenient method to scale your app UI up or down. -version: 0.6.2 +version: 0.6.3 repository: https://github.com/robmllze/df_scalable funding: - https://www.buymeacoffee.com/robmllze @@ -33,7 +33,7 @@ environment: dependencies: flutter: sdk: flutter - df_pod: ^0.13.1 + df_pod: ^0.13.2 ## -----------------------------------------------------------------------------