mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-22 02:33:56 +00: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