We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77775f commit bac614fCopy full SHA for bac614f
2 files changed
src/pubspec.lock
@@ -62,6 +62,14 @@ packages:
62
description: flutter
63
source: sdk
64
version: "0.0.0"
65
+ flutter_dotenv:
66
+ dependency: "direct main"
67
+ description:
68
+ name: flutter_dotenv
69
+ sha256: d4130c4a43e0b13fefc593bc3961f2cb46e30cb79e253d4a526b1b5d24ae1ce4
70
+ url: "https://pub.dev"
71
+ source: hosted
72
+ version: "6.0.0"
73
flutter_lints:
74
dependency: "direct dev"
75
description:
src/pubspec.yaml
@@ -34,6 +34,7 @@ dependencies:
34
# The following adds the Cupertino Icons font to your application.
35
# Use with the CupertinoIcons class for iOS style icons.
36
cupertino_icons: ^1.0.8
37
+ flutter_dotenv: ^6.0.0
38
39
dev_dependencies:
40
flutter_test:
0 commit comments