template_engine 1.5.2
template_engine: ^1.5.2 copied to clipboard
A Dart package to parse and render templates, using (nested) variables and custom tags.
TemplateEngine usage #
- template_engine_text_test.dart
- template_engine_template_test.dart
- template_engine_templates_test.dart
- template_engine_template_type_test.dart
Expression #
Data Types #
Constants #
- custom_constant_test.dart
- e_test.dart
- ln10_test.dart
- ln2_test.dart
- log10e_test.dart
- log2e_test.dart
- pi_test.dart
Variables #
Functions #
Import Functions
- import_template_test.dart
- import_pure_test.dart
- import_json_test.dart
- import_xml_test.dart
- import_yaml_test.dart
Path Functions
Math Functions
- exp_test.dart
- log_test.dart
- sin_test.dart
- asin_test.dart
- cos_test.dart
- acos_test.dart
- tan_test.dart
- atan_test.dart
- sqrt_test.dart
- round_test.dart
String Functions
Operators #
Parentheses #
Prefixes #
Multiplication #
- num_power_test.dart
- bool_xor_test.dart
- num_multiply_test.dart
- num_divide_test.dart
- num_modulo_test.dart
- bool_and_test.dart
- string_concatenate_test.dart
Additions #
Comparisons #
- equals_test.dart
- not_equals_test.dart
- greater_than_or_equal_test.dart
- greater_than_test.dart
- less_than_or_equal_test.dart
- less_than_test.dart
Assignment #
Documentation generation #
The documentation of the template_engine package was generated by the documentation_builder package. documentation_builder is build on top of the template_engine package. Here are some examples:
README.md #
LICENSE #
CHANGELOG.md #
example.md #
Wiki pages #
- Template examples (click on the raw button to see the generated markdown)
- Rendered examples