feat: Ajout de l'exportation des événements au format CSV avec filtres personnalisables
This commit is contained in:
7
em2rp/lib/utils/web_download.dart
Normal file
7
em2rp/lib/utils/web_download.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
/// Fichier d'export conditionnel pour le téléchargement web
|
||||
/// Utilise l'implémentation web sur le web, et le stub sur les autres plateformes
|
||||
library;
|
||||
|
||||
export 'web_download_stub.dart'
|
||||
if (dart.library.js_interop) 'web_download_web.dart';
|
||||
|
||||
Reference in New Issue
Block a user