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

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

example/README.md

Code Generation #

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