flutter_cxui 1.0.1 copy "flutter_cxui: ^1.0.1" to clipboard
flutter_cxui: ^1.0.1 copied to clipboard

outdated

flutter_cui是一个基于Flutter框架的UI工具包,开发在Material框架下。它提供了丰富的可重用组件和样式, 它可以帮助开发者快速构建高性能、高保真度、高一致性的跨平台应用程序。

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_cxui

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_cxui: ^1.0.1

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: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';
1
likes
0
points
20
downloads

Publisher

verified publisherflutter.wutongwei.com

Weekly Downloads

flutter_cui是一个基于Flutter框架的UI工具包,开发在Material框架下。它提供了丰富的可重用组件和样式, 它可以帮助开发者快速构建高性能、高保真度、高一致性的跨平台应用程序。

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cupertino_icons, flutter, ionicons

More

Packages that depend on flutter_cxui