An open API service indexing awesome lists of open source software.

https://github.com/waseemdev/flutter_xmllayout_example

An example of using some features of Flutter XML Layout extension for vscode
https://github.com/waseemdev/flutter_xmllayout_example

Last synced: over 1 year ago
JSON representation

An example of using some features of Flutter XML Layout extension for vscode

Awesome Lists containing this project

README

          

# Flutter XML Layout example

This is an example of using some features of Flutter XML Layout extension for vscode. The features used are:
- Injecting [providers](https://pub.dev/packages/provider)
- Localization
- Form group & controls & validations
- Passing parameters between pages (widgets)
- Pipes (e.g. translate)
- Custom properties (hero, margin, if, itemBuilder...)
- Animation
- Using mixin(s)

For more information see the documentation on [github repository](https://github.com/waseemdev/vscode-flutter.xml-layout).
To download the extension go to [vscode marketplace](https://marketplace.visualstudio.com/items?itemName=WaseemDev.flutter-xml-layout).