mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
fix: add env file to repo.
This commit is contained in:
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;
|
||||
}
|
Reference in New Issue
Block a user