Skip to content

Commit be4c61e

Browse files
committed
update path
1 parent 1678138 commit be4c61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/flutter/docs/example.md.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void main() { // Init SDK
2626
{{ parameter.name | caseCamel }}: {{ parameter | paramExample }},
2727
{% endif %}
2828
{% endfor %}{% if method.parameters.all|length > 0 %} {% endif %}).then((bytes) {
29-
final file = File('path_to/file.pdf');
29+
final file = File('path_to_file/filename.ext');
3030
file.writeAsBytesSync(bytes)
3131
}).catchError((error) {
3232
print(error.response);

0 commit comments

Comments
 (0)