瀏覽代碼

1、把baseWidget的字体移到comm库中

tags/0.0.2+14^0
PH2 4 年之前
父節點
當前提交
fb65c27178
共有 4 個檔案被更改,包括 15 行新增12 行删除
  1. 二進制
     
  2. 二進制
     
  3. 二進制
     
  4. +15
    -12
      pubspec.yaml

二進制
查看文件


二進制
查看文件


二進制
查看文件


+ 15
- 12
pubspec.yaml 查看文件

@@ -55,7 +55,11 @@ dependencies:
mobsms: ^1.1.0
# 锁粉
moblink: ^3.4.1

# 苹果登录
# sign_in_with_apple: ^2.5.4
# 微信登录
# fluwx_no_pay: 2.3.1
# loading 动画
loading_indicator: ^1.2.0


@@ -93,17 +97,16 @@ flutter:
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
fonts:
- family: Din-Bold
fonts:
- asset: assets/fonts/DIN-Bold.otf
- family: Din-Medium
fonts:
- asset: assets/fonts/DIN-Medium.otf
- family: Din
fonts:
- asset: assets/fonts/DIN-Regular.otf
#
# For details regarding fonts in packages, see
# https://flutter.dev/custom-fonts/#from-packages

Loading…
取消
儲存