fix:优化使用常用技术框架

This commit is contained in:
jingyun
2026-06-03 16:29:53 +08:00
parent e93356e849
commit e2554edfab
22 changed files with 1319 additions and 661 deletions
+10
View File
@@ -0,0 +1,10 @@
import 'package:flutter/widgets.dart';
import 'package:phosphor_flutter/phosphor_flutter.dart';
abstract final class AppIcons {
static const IconData sparkle = PhosphorIconsRegular.sparkle;
static const IconData article = PhosphorIconsRegular.article;
static const IconData bank = PhosphorIconsRegular.bank;
static const IconData headphones = PhosphorIconsRegular.headphones;
static const IconData user = PhosphorIconsRegular.user;
}
+2
View File
@@ -0,0 +1,2 @@
export 'app_theme.dart';
export 'wise_tokens.dart';