diff --git a/fonts/AppIcons2.ttf b/fonts/AppIcons2.ttf new file mode 100644 index 00000000..50b37af6 Binary files /dev/null and b/fonts/AppIcons2.ttf differ diff --git a/ios/Flutter/Flutter.podspec b/ios/Flutter/Flutter.podspec new file mode 100644 index 00000000..8ce43943 --- /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 792d25f2..88cd270f 100644 --- a/lib/ui/home_page.dart +++ b/lib/ui/home_page.dart @@ -1694,9 +1694,9 @@ class _AppHomePageState extends State children: [ // Currency Icon TextSpan( - text: "\ue80a", + text: "\u{e817}", style: TextStyle( - fontFamily: 'AppIcons', + fontFamily: 'AppIcons2', fontWeight: FontWeight.w400, color: StateContainer.of(context).curTheme.primary, diff --git a/lib/ui/receive/share_card.dart b/lib/ui/receive/share_card.dart index 4256084c..03b3c675 100644 --- a/lib/ui/receive/share_card.dart +++ b/lib/ui/receive/share_card.dart @@ -88,11 +88,11 @@ class _AppShareCardState extends State { children: [ // Currency Icon TextSpan( - text: "\u{e801} ", + text: "\u{e80d}", style: TextStyle( color: StateContainer.of(context).curTheme.primary, - fontFamily: "AppIcons", + fontFamily: "AppIcons2", fontWeight: FontWeight.w400, fontSize: 14.6, ), diff --git a/pubspec.yaml b/pubspec.yaml index ba9252b8..85e43cc8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -179,6 +179,10 @@ flutter: fonts: - asset: fonts/AppIcons.ttf weight: 400 + - family: AppIcons2 + fonts: + - asset: fonts/AppIcons2.ttf + weight: 400 - family: NeueHansKendrick fonts: - asset: fonts/NeueHansKendrick-Medium.ttf