flutter_cxui 1.0.1+1
flutter_cxui: ^1.0.1+1 copied to clipboard
Flutter_cui is a UI toolkit based on the Flutter framework and developed under the Material framework. It provides a rich variety of reusable components and styles, helping developers quickly build cr [...]
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.1+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/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';