Ver a proveniência

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

tags/0.0.2+14^0
PH2 há 4 anos
ascendente
cometimento
fb65c27178
4 ficheiros alterados com 15 adições e 12 eliminações
  1. BIN
     
  2. BIN
     
  3. BIN
     
  4. +15
    -12
      pubspec.yaml



+ 15
- 12
pubspec.yaml Ver ficheiro

@@ -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

Carregando…
Cancelar
Guardar