forked from Mastersam07/flutter_env_native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
27 lines (24 loc) · 668 Bytes
/
pubspec.yaml
File metadata and controls
27 lines (24 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: flutter_env_native
description: "A plugin/utility that provides compile-time variables for native platforms."
version: 0.2.0
homepage: https://github.com/Mastersam07/flutter_env_native
repository: https://github.com/Mastersam07/flutter_env_native
issue_tracker: https://github.com/Mastersam07/flutter_env_native/issues
topics:
- dotenv
- environment-variables
- env
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.0.0'
dependencies:
flutter:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: tech.mastersam.flutter_env_native
pluginClass: FlutterEnvPlugin
ios:
pluginClass: FlutterEnvPlugin