ducafe_ui_core 1.0.5
ducafe_ui_core: ^1.0.5 copied to clipboard
ducafe_ui_core 是一个 Flutter UI 核心库,旨在简化 Flutter 应用程序的 UI 开发。它提供了一系列实用的扩展方法和工具类,包括屏幕适配、Widget 扩展、上下文扩展、字符串扩展等,帮助开发者快速构建美观且响应式的用户界面。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ducafe_ui_coreThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ducafe_ui_core: ^1.0.5Alternatively, 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:ducafe_ui_core/ducafe_ui_core.dart';