ketchup_ui 0.1.0
ketchup_ui: ^0.1.0 copied to clipboard
番茄汁UI,基于拼接大屏生态的基础UI库,解决大屏适配问题,另有 *-assets-kit 和 *-game-kit 系列工具解决大屏资源素材 和 大屏游戏交互框架的问题
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ketchup_ui
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
ketchup_ui: ^0.1.0
Alternatively, 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:ketchup_ui/ketchup_ui.dart';