diff options
Diffstat (limited to '')
| -rw-r--r-- | pubspec.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
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. |
