From 9be95178b7e3273d415fda1659d3305b43d92ddc Mon Sep 17 00:00:00 2001 From: dab246 Date: Thu, 30 Jun 2022 11:11:26 +0700 Subject: [PATCH] TF-616 Import worker_manager to use isolate --- pubspec.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 88ec11824..5b7d08158 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -167,6 +167,14 @@ dependencies: git: url: https://github.com/CarlosPacheco/flutter_appauth_web.git + percent_indicator: 4.2.2 + + # Isolate + worker_manager: + git: + url: https://github.com/dab246/worker_manager.git + ref: improvement + dev_dependencies: flutter_test: sdk: flutter