TUDO
This commit is contained in:
10
lib/constants/app_constants.dart
Normal file
10
lib/constants/app_constants.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
class AppConstants {
|
||||
// Supabase Configuration
|
||||
static const String supabaseUrl = 'https://kiltpvuchpinspggkzdj.supabase.co';
|
||||
static const String supabaseAnonKey =
|
||||
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImtpbHRwdnVjaHBpbnNwZ2dremRqIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NzA4MjQ3NzcsImV4cCI6MjA4NjQwMDc3N30.h_63zAzHJELZufITa74-lM400lDb8B3jj3B-laebusQ';
|
||||
|
||||
// App Configuration
|
||||
static const String appName = 'Run Vision Pro';
|
||||
static const String appVersion = '1.0.0';
|
||||
}
|
||||
Reference in New Issue
Block a user