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
- Host: GitHub
- URL: https://github.com/waseemdev/flutter_xmllayout_example
- Owner: waseemdev
- License: mit
- Created: 2020-10-02T12:52:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-04T05:45:49.000Z (over 5 years ago)
- Last Synced: 2025-02-10T23:34:43.635Z (over 1 year ago)
- Language: Dart
- Homepage: https://github.com/waseemdev/vscode-flutter.xml-layout
- Size: 77.1 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).