flutter_cxui 1.0.1
flutter_cxui: ^1.0.1 copied to clipboard
flutter_cui是一个基于Flutter框架的UI工具包,开发在Material框架下。它提供了丰富的可重用组件和样式, 它可以帮助开发者快速构建高性能、高保真度、高一致性的跨平台应用程序。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_cxuiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_cxui: ^1.0.1Alternatively, 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:flutter_cxui/components/card/card.dart';
import 'package:flutter_cxui/components/icon_button/icon_button.dart';
import 'package:flutter_cxui/components/image_card/image_card.dart';
import 'package:flutter_cxui/components/place_grid/place_grid.dart';
import 'package:flutter_cxui/components/select_button_list/select_button_list.dart';
import 'package:flutter_cxui/components/slider_view/slider_view.dart';
import 'package:flutter_cxui/components/title_nav/title_nav.dart';
import 'package:flutter_cxui/cxui.dart';