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

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

example/README.md

Examples #

Common usage examples for XWidget Builder commands.

Project Setup #

Initialize an existing Flutter project for XWidget:

dart run xwidget_builder:init

Scaffold a new XWidget app with working examples:

dart run xwidget_builder:init --new-app

Code Generation #

Generate all components:

dart run xwidget_builder:generate

Generate only inflaters:

dart run xwidget_builder:generate --only inflaters

Cloud #

Authenticate and deploy:

dart run xwidget_builder:xc cloud login
dart run xwidget_builder:xc cloud deploy -c staging -v 1.0.0

Promote a deployment from staging to production:

dart run xwidget_builder:xc cloud promote --from staging --to production -v 1.0.0

Analytics #

Query render and download analytics:

dart run xwidget_builder:xc analytics renders -c production -r 30
dart run xwidget_builder:xc analytics downloads -c production

Help #

dart run xwidget_builder:xc --help
dart run xwidget_builder:xc cloud --help
dart run xwidget_builder:xc analytics --help

For full documentation, visit docs.xwidget.dev.

3
likes
150
points
209
downloads

Documentation

API reference

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

Topics

#code-generation #server-driven-ui #cli #xml #widget

License

MIT (license)

Dependencies

analyzer, archive, args, crypto, dio, encrypt, flutter, glob, http, interact2, markdown, path, pub_semver, yaml

More

Packages that depend on xwidget_builder