Skip to content

Commit bac614f

Browse files
authored
chore: configure .env (#8)
1 parent b77775f commit bac614f

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

src/pubspec.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ packages:
6262
description: flutter
6363
source: sdk
6464
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"
6573
flutter_lints:
6674
dependency: "direct dev"
6775
description:

src/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ dependencies:
3434
# The following adds the Cupertino Icons font to your application.
3535
# Use with the CupertinoIcons class for iOS style icons.
3636
cupertino_icons: ^1.0.8
37+
flutter_dotenv: ^6.0.0
3738

3839
dev_dependencies:
3940
flutter_test:

0 commit comments

Comments
 (0)