From fd410fb144a5c2783a80e33d4e5b4ae67e6240e0 Mon Sep 17 00:00:00 2001 From: jscampucci Date: Tue, 9 Jul 2024 11:57:05 +0200 Subject: [PATCH] [linux] add dart async --- lib/services/converter.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/services/converter.dart b/lib/services/converter.dart index cdd61d2..574ba62 100644 --- a/lib/services/converter.dart +++ b/lib/services/converter.dart @@ -1,4 +1,5 @@ import 'dart:io'; +import 'dart:async'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:path_provider/path_provider.dart';