mirror of
https://github.com/Dvorinka/1356.git
synced 2026-06-04 20:12:56 +00:00
Initial commit: Project documentation and git setup
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class Env {
|
||||
static const String supabaseUrl = String.fromEnvironment(
|
||||
'SUPABASE_URL',
|
||||
defaultValue: 'https://your-project.supabase.co',
|
||||
);
|
||||
|
||||
static const String supabaseAnonKey = String.fromEnvironment(
|
||||
'SUPABASE_ANON_KEY',
|
||||
defaultValue: 'your-anon-key',
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user