Crazelu/FlutterFromYaml
An experiment born out of a simple curious question: What if you could build a screen in Flutter code using yaml?
This project lets Flutter developers describe their app's user interface using a YAML configuration file instead of directly writing Dart code. You provide a YAML file outlining your screen's structure, widgets, state variables, and functions. The project then generates the corresponding Flutter Dart code, which you can run as a standard Flutter application. This tool is for Flutter developers who want to experiment with declarative UI definitions outside of Dart.
No commits in the last 6 months.
Use this if you are a Flutter developer interested in generating UI code from a simpler, more declarative YAML format, potentially for rapid prototyping or alternative workflow exploration.
Not ideal if you need a full-fledged low-code platform for Flutter, as this is an experimental tool with limited widget support and is intended for developers.
Stars
8
Forks
2
Language
Dart
License
—
Category
Last pushed
Jan 21, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/Crazelu/FlutterFromYaml"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
inducer/cgen
C/C++ source generation from an AST
vil02/puzzle_generator
Generates python code representing a puzzle
westandskif/convtools
convtools is a specialized Python library for dynamic, declarative data transformations with...
numen31337/copy_with_extension
Auto-generate `copyWith` methods for your Dart classes.
finsberg/gotranx
Next generation ODE translator