mirror of
https://github.com/java-james/flutter_dotenv.git
synced 2025-05-17 07:55:52 +08:00
21 lines
697 B
YAML
21 lines
697 B
YAML
name: flutter_dotenv
|
|
version: 5.2.1
|
|
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-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: ^4.0.0
|