From 4dea1c10c970381f6d7a11afac6f3d83c4cd9ef8 Mon Sep 17 00:00:00 2001 From: yekta Date: Tue, 5 Mar 2024 21:08:41 +0300 Subject: [PATCH] Share card tweaks --- ios/Flutter/Flutter.podspec | 18 ++++++++++++++++++ lib/ui/receive/share_card.dart | 14 ++++++++++++-- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 ios/Flutter/Flutter.podspec diff --git a/ios/Flutter/Flutter.podspec b/ios/Flutter/Flutter.podspec new file mode 100644 index 0000000..8ce4394 --- /dev/null +++ b/ios/Flutter/Flutter.podspec @@ -0,0 +1,18 @@ +# +# NOTE: This podspec is NOT to be published. It is only used as a local source! +# This is a generated file; do not edit or check into version control. +# + +Pod::Spec.new do |s| + s.name = 'Flutter' + s.version = '1.0.0' + s.summary = 'A UI toolkit for beautiful and fast apps.' + s.homepage = 'https://flutter.dev' + s.license = { :type => 'BSD' } + s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' } + s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s } + s.ios.deployment_target = '11.0' + # Framework linking is handled by Flutter tooling, not CocoaPods. + # Add a placeholder to satisfy `s.dependency 'Flutter'` plugin podspecs. + s.vendored_frameworks = 'path/to/nothing' +end diff --git a/lib/ui/receive/share_card.dart b/lib/ui/receive/share_card.dart index 5b20072..a030334 100644 --- a/lib/ui/receive/share_card.dart +++ b/lib/ui/receive/share_card.dart @@ -88,13 +88,23 @@ class _AppShareCardState extends State { children: [ // Currency Icon TextSpan( - text: "\u{e801} ", + text: "\u{e801}", style: TextStyle( color: StateContainer.of(context).curTheme.primary, fontFamily: "AppIcons", fontWeight: FontWeight.w400, - fontSize: 14.8, + fontSize: 14.6, + ), + ), + TextSpan( + text: " ", + style: TextStyle( + fontFamily: 'NunitoSans', + color: + StateContainer.of(context).curTheme.primary, + fontWeight: FontWeight.w600, + fontSize: 8.5, ), ), TextSpan(