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

Flutter_cui is a UI toolkit based on the Flutter framework. It provides a rich variety of reusable components and styles, helping developers quickly build cross-platform applications with high perform [...]

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.2

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/button/button.dart';
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
135
points
24
downloads

Publisher

verified publisherflutter.wutongwei.com

Weekly Downloads

Flutter_cui is a UI toolkit based on the Flutter framework. It provides a rich variety of reusable components and styles, helping developers quickly build cross-platform applications with high performance, high-fidelity, and consistency.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cupertino_icons, flutter, ionicons

More

Packages that depend on flutter_cxui