ecp_theme 2.0.3
ecp_theme: ^2.0.3 copied to clipboard
翼协云主题管理包,提供 Light/Dark 主题配置、Color/Theme 扩展、通用尺寸规范及文本组件封装,内部项目通用的 Flutter 主题工具库。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ecp_themeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ecp_theme: ^2.0.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ecp_theme/ecp_theme.dart';