fix:优化使用常用技术框架
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
export 'app_theme.dart';
|
||||
export 'wise_tokens.dart';
|
||||
Reference in New Issue
Block a user