From cd8d5a617104c96e4c92f7280ebf64245d4bd259 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';