We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1678138 commit be4c61eCopy full SHA for be4c61e
templates/flutter/docs/example.md.twig
@@ -26,7 +26,7 @@ void main() { // Init SDK
26
{{ parameter.name | caseCamel }}: {{ parameter | paramExample }},
27
{% endif %}
28
{% endfor %}{% if method.parameters.all|length > 0 %} {% endif %}).then((bytes) {
29
- final file = File('path_to/file.pdf');
+ final file = File('path_to_file/filename.ext');
30
file.writeAsBytesSync(bytes)
31
}).catchError((error) {
32
print(error.response);
0 commit comments