From eb450c66587ea497dce3a2418b0bcc6a60ca7fc3 Mon Sep 17 00:00:00 2001 From: yekta Date: Wed, 6 Mar 2024 01:20:09 +0300 Subject: [PATCH] Change unicodes --- ios/Flutter/Flutter.podspec | 18 ++++++++++++++++++ lib/ui/home_page.dart | 8 ++++++-- lib/ui/receive/share_card.dart | 2 +- 3 files changed, 25 insertions(+), 3 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/home_page.dart b/lib/ui/home_page.dart index 3ae8a73..792d25f 100644 --- a/lib/ui/home_page.dart +++ b/lib/ui/home_page.dart @@ -1694,7 +1694,7 @@ class _AppHomePageState extends State children: [ // Currency Icon TextSpan( - text: "\u{e80a}", + text: "\ue80a", style: TextStyle( fontFamily: 'AppIcons', fontWeight: FontWeight.w400, @@ -1713,7 +1713,11 @@ class _AppHomePageState extends State ], ), maxLines: 1, - style: TextStyle(fontSize: 28.0), + style: TextStyle( + fontSize: 28.0, + fontWeight: FontWeight.w600, + fontFamily: "NunitoSans", + ), stepGranularity: 0.1, minFontSize: 1, ), diff --git a/lib/ui/receive/share_card.dart b/lib/ui/receive/share_card.dart index a030334..bd51089 100644 --- a/lib/ui/receive/share_card.dart +++ b/lib/ui/receive/share_card.dart @@ -88,7 +88,7 @@ class _AppShareCardState extends State { children: [ // Currency Icon TextSpan( - text: "\u{e801}", + text: "\ue801", style: TextStyle( color: StateContainer.of(context).curTheme.primary,