- added missing
args
package.
- merged dj_fc into dj
- fixed issues with previous release
- updated example
- updated BaseDj to write code directly to disk
- dj_io moved here
- improved formatting of generated code using dart_style package
- added support for json serialization in generated code without using JsonSerializer
- Simple Minor update
- New Djs Added to support generation of flutter widget djs
- Existing Djs updated to support generation of flutter widget djs
- Separated creating and writing of FileDj
- Updated Json Serializations.
- StatelessWidgetDj added to support Stateless Widget blocks in code.
- ReturnDj added to support return blocks in code.
- Updated Json Serializations to Remove Bugs.
- IfElseDj added to support If/Else blocks in code.
- Updated Json Serializations to Remove Bugs.
- Updated example.
- Updated BaseDj structure.
- Updated Description in pubspec.yaml
- Added an example and also updated it in README.md
- Removed dart.io dependency
- Added Support For Json Serialization
- Added Support For:
- Functions
- Function Args
- Variable Types
- Function Call.
- Added Base Code For generating:
- Nested Directories
- Files
- Import lines
- and other code flies to bind these together.
- Initial version, Getting Started, Publishing to pub.dev to test, created by Abdur Rehman Khalil