mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: add env file to repo.
This commit is contained in:
parent
1a97cdf91d
commit
331691cc9d
3
.gitignore
vendored
3
.gitignore
vendored
@ -139,7 +139,6 @@ Firebase related
|
|||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
.env
|
.env
|
||||||
lib\utils\env_class.g.dart
|
|
||||||
/lib/utils/env_class.dart
|
|
||||||
/lib/firebase_options.dart
|
/lib/firebase_options.dart
|
||||||
android/app/google-services.json
|
android/app/google-services.json
|
||||||
|
/lib/utils/env_class.g.dart
|
9
lib/utils/env_class.dart
Normal file
9
lib/utils/env_class.dart
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import 'package:envied/envied.dart';
|
||||||
|
|
||||||
|
part 'env_class.g.dart';
|
||||||
|
|
||||||
|
@Envied()
|
||||||
|
abstract class Env {
|
||||||
|
@EnviedField(varName: 'sentryDSN')
|
||||||
|
static const sentryDSN = _Env.sentryDSN;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user