mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-17 23:56:13 +08:00
feat: match info
opt dateformat Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import 'package:PiliPlus/models/common/stat_type.dart';
|
||||
import 'package:PiliPlus/utils/utils.dart';
|
||||
import 'package:PiliPlus/utils/num_util.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class StatWidget extends StatelessWidget {
|
||||
@@ -39,7 +39,7 @@ class StatWidget extends StatelessWidget {
|
||||
color: color,
|
||||
),
|
||||
Text(
|
||||
Utils.numFormat(value),
|
||||
NumUtil.numFormat(value),
|
||||
style: TextStyle(fontSize: 12, color: color),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user