xwidget_builder 0.1.2 copy "xwidget_builder: ^0.1.2" to clipboard
xwidget_builder: ^0.1.2 copied to clipboard

Development tool for generating XWidget components to build dynamic Flutter UIs with XML based markup.

example/README.md

App Initialization #

The easies way to get stated is by letting XWidget initialize your project for you.

Installs XWidget dependencies and installs required configuration files, but does not overwrite existing files.

$ dart run xwidget_builder:init

Installs XWidget dependencies and installs a basic example app, overwriting existing files.

$ dart run xwidget_builder:int --new-app

Displays usage help

$ dart run xwidget_builder:generate --help

Code Generation #

Once you've initialized you app, use the following commands to generate XWidget components

To generate inflaters, controllers, and other required files, run the following command:

$ dart run xwidget_builder:generate

To see available options and flags, use:

$ dart run xwidget_builder:generate --help

You can also specify a custom configuration file:

$ dart run xwidget_builder:generate --config "my_config.yaml"

To generate only specific components, use the --only flag:

$ dart run xwidget_builder:generate --only inflaters,controllers,icons

If you need to support deprecated APIs, use:

$ dart run xwidget_builder:generate --allow-deprecated

The generated files will be placed in the appropriate directories as specified in xwidget_config.yaml.

3
likes
140
points
137
downloads

Publisher

verified publisherappfluent.us

Weekly Downloads

Development tool for generating XWidget components to build dynamic Flutter UIs with XML based markup.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, args, flutter, glob, markdown, path, yaml

More

Packages that depend on xwidget_builder