Skip to content

Commit

Permalink
+chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robmllze committed Sep 29, 2024
1 parent d265d8a commit 3949a47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/src/scalable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ final class Scalable {
'<Scalable.pScale>',
fromValue: (e) => e,
toValue: (e) => e,
initialValue: 1.0,
)..refresh();
}
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,7 +33,7 @@ environment:
dependencies:
flutter:
sdk: flutter
df_pod: ^0.13.1
df_pod: ^0.13.2

## -----------------------------------------------------------------------------

Expand Down

0 comments on commit 3949a47

Please sign in to comment.