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

The library focuses on lightweight, well-documented components that are easy to style and compose.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add xwidgets_pack

With Flutter:

 $ flutter pub add xwidgets_pack

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

dependencies:
  xwidgets_pack: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:xwidgets_pack/models/x_button_style.dart';
import 'package:xwidgets_pack/models/x_button_style.freezed.dart';
import 'package:xwidgets_pack/utils/x_form_validators.dart';
import 'package:xwidgets_pack/utils/x_textfield_options.dart';
import 'package:xwidgets_pack/utils/x_textfield_style.dart';
import 'package:xwidgets_pack/widgets/x_app_bar.dart';
import 'package:xwidgets_pack/widgets/x_button.dart';
import 'package:xwidgets_pack/widgets/x_card.dart';
import 'package:xwidgets_pack/widgets/x_diagonal_strikethrough_text.dart';
import 'package:xwidgets_pack/widgets/x_double_dashed_line.dart';
import 'package:xwidgets_pack/widgets/x_single_dashed_line.dart';
import 'package:xwidgets_pack/widgets/x_snackbar.dart';
import 'package:xwidgets_pack/widgets/x_spacer.dart';
import 'package:xwidgets_pack/widgets/x_text.dart';
import 'package:xwidgets_pack/widgets/x_text_field.dart';
import 'package:xwidgets_pack/xwidgets.dart';
3
likes
0
points
539
downloads

Publisher

verified publisheranonimeact.com

Weekly Downloads

The library focuses on lightweight, well-documented components that are easy to style and compose.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dropdown_search, file_picker, flutter, freezed_annotation, image_picker, intl, json_annotation

More

Packages that depend on xwidgets_pack