From c285f8e733d448555209f95fd76eedbeef5d9e24 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 2 Jun 2020 22:17:22 +0530 Subject: Adds application list component in apps view --- pubspec.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pubspec.yaml') diff --git a/pubspec.yaml b/pubspec.yaml index af46be9..8c8f88f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -23,7 +23,9 @@ environment: dependencies: flutter: sdk: flutter - intl: 0.16.1 + intl: ^0.16.1 + device_apps: ^1.0.9 + # The following adds the Cupertino Icons font to your application. -- cgit v1.3.1