frieder-audriga
frieder-audriga
cross_file ignores filename and has documented it as such, see [cross_file/lib/src/types/io.dart:43](https://github.com/flutter/packages/blob/9c6f691a8c891ff61d32eec4382c1850df599c67/packages/cross_file/lib/src/types/io.dart#L43) See also https://github.com/flutter/flutter/issues/147361#issuecomment-2076724612 and https://github.com/flutter/packages/pull/4416
I have created an issue to document this better: https://github.com/fluttercommunity/plus_plugins/issues/3032 In the mean time you can share a file with your custom filename by doing something like this ```dart var...
Note: I am not the only one that is confused by this, see https://github.com/fluttercommunity/plus_plugins/issues/1548#issuecomment-2072047472 and following comments