forked from mockturtl/dotenv
-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpubspec.yaml
More file actions
20 lines (18 loc) · 695 Bytes
/
pubspec.yaml
File metadata and controls
20 lines (18 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: flutter_dotenv
version: 6.0.0
description: Easily configure any flutter application with global variables using a `.env` file.
homepage: https://github.com/java-james/flutter_dotenv
environment:
sdk: ">=2.12.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^6.0.0