Browse Source

Merge branches 'dev' and 'master' of https://git.lotus-wallet.com/fmk/huixiang_app

 Conflicts:
	pubspec.lock
null_safety
fmk 4 years ago
parent
commit
4ed5abfc26
  1. 1
      lib/home/home_page.dart
  2. 327
      pubspec.lock

1
lib/home/home_page.dart

@ -507,6 +507,7 @@ class _HomePage extends State<HomePage> with AutomaticKeepAliveClientMixin {
),
Text(
goods.description,
overflow: TextOverflow.ellipsis,
maxLines: 2,
style: TextStyle(
color: Color(0xFF727272),

327
pubspec.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save