1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] How to Download a File in Flutter web Without Opening a New Tab Using...

Discussão em 'Mobile' iniciado por Stack, Outubro 4, 2024 às 07:22.

  1. Stack

    Stack Membro Participativo

    I'm currently working on a flutter web project where I need to download a file without opening a new tab. I've been experimenting with js.context.callMethod('open', [zip, '_blank']), which does download the file but in a new tab. However, I need the file to be downloaded within the current tab.

    Here's the code snippet I've been using:

    using This package, https://pub.dev/packages/js/install

    js.context.callMethod('open', [zip, '_blank']);

    Continue reading...

Compartilhe esta Página