Skip to content

Commit

Permalink
flutter: fix deprecated stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed May 8, 2024
1 parent 0569ab6 commit 3af6048
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 41 deletions.
39 changes: 0 additions & 39 deletions 1

This file was deleted.

1 change: 0 additions & 1 deletion lib/components/bottomsheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class CLNBottomSheet {
},
child: Text(
'$display msats',
textScaler: const TextScaler.linear(1.0),
style: TextStyle(
fontSize: 40,
fontWeight: FontWeight.bold,
Expand Down
1 change: 0 additions & 1 deletion lib/views/request/request_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ class _RequestViewState extends State<RequestView> {
)
: Text(
value,
textScaler: const TextScaler.linear(1.0),
style: const TextStyle(
fontSize: 35,
fontWeight: FontWeight.bold,
Expand Down

0 comments on commit 3af6048

Please sign in to comment.