Public release.
- Fixed static type annotations.
- Updated dartdocs
- Updated README.md
- Fixed documentation.
- Changed [IncludesPreprocesser] to return a
Future<Map<String, String>>instead ofMap<String, String>.
- Linter pass.
dart formatpass.
- Linter pass.
- Dart CI workflow and badge.
- Added try/catch feature.
- Enchanced documentation.
- More documentation enhancements.
- Improved unhandled exceptions so that they report to the calling dart code via the returned map:
{
"error": "message",
"return_code": 1
}- Moved out() into a native function.
- Added support for ternary operator (
condition ? true : false).