diff --git a/google_fonts/Roboto-Black.ttf b/google_fonts/Roboto-Black.ttf new file mode 100644 index 0000000..991f831 Binary files /dev/null and b/google_fonts/Roboto-Black.ttf differ diff --git a/google_fonts/Roboto-BlackItalic.ttf b/google_fonts/Roboto-BlackItalic.ttf new file mode 100644 index 0000000..4c79bb3 Binary files /dev/null and b/google_fonts/Roboto-BlackItalic.ttf differ diff --git a/google_fonts/Roboto-Bold.ttf b/google_fonts/Roboto-Bold.ttf new file mode 100644 index 0000000..8869666 Binary files /dev/null and b/google_fonts/Roboto-Bold.ttf differ diff --git a/google_fonts/Roboto-BoldItalic.ttf b/google_fonts/Roboto-BoldItalic.ttf new file mode 100644 index 0000000..f7f845a Binary files /dev/null and b/google_fonts/Roboto-BoldItalic.ttf differ diff --git a/google_fonts/Roboto-Italic.ttf b/google_fonts/Roboto-Italic.ttf new file mode 100644 index 0000000..a76d286 Binary files /dev/null and b/google_fonts/Roboto-Italic.ttf differ diff --git a/google_fonts/Roboto-Light.ttf b/google_fonts/Roboto-Light.ttf new file mode 100644 index 0000000..e19094a Binary files /dev/null and b/google_fonts/Roboto-Light.ttf differ diff --git a/google_fonts/Roboto-LightItalic.ttf b/google_fonts/Roboto-LightItalic.ttf new file mode 100644 index 0000000..406bcb1 Binary files /dev/null and b/google_fonts/Roboto-LightItalic.ttf differ diff --git a/google_fonts/Roboto-Medium.ttf b/google_fonts/Roboto-Medium.ttf new file mode 100644 index 0000000..6a95133 Binary files /dev/null and b/google_fonts/Roboto-Medium.ttf differ diff --git a/google_fonts/Roboto-MediumItalic.ttf b/google_fonts/Roboto-MediumItalic.ttf new file mode 100644 index 0000000..655fc00 Binary files /dev/null and b/google_fonts/Roboto-MediumItalic.ttf differ diff --git a/google_fonts/Roboto-Regular.ttf b/google_fonts/Roboto-Regular.ttf new file mode 100644 index 0000000..ddee473 Binary files /dev/null and b/google_fonts/Roboto-Regular.ttf differ diff --git a/google_fonts/Roboto-SemiBold.ttf b/google_fonts/Roboto-SemiBold.ttf new file mode 100644 index 0000000..6a95133 Binary files /dev/null and b/google_fonts/Roboto-SemiBold.ttf differ diff --git a/google_fonts/Roboto-Thin.ttf b/google_fonts/Roboto-Thin.ttf new file mode 100644 index 0000000..740a1bc Binary files /dev/null and b/google_fonts/Roboto-Thin.ttf differ diff --git a/google_fonts/Roboto-ThinItalic.ttf b/google_fonts/Roboto-ThinItalic.ttf new file mode 100644 index 0000000..da9898a Binary files /dev/null and b/google_fonts/Roboto-ThinItalic.ttf differ diff --git a/lib/core/config/environment.dart b/lib/core/config/environment.dart index e74358a..2a01cf6 100644 --- a/lib/core/config/environment.dart +++ b/lib/core/config/environment.dart @@ -66,7 +66,7 @@ class AppConfig { case Environment.prod: apiBaseUrl = const String.fromEnvironment( 'API_URL', - defaultValue: 'https://api.lions.dev', + defaultValue: 'https://api.lions.dev/unionflow', ); keycloakBaseUrl = const String.fromEnvironment( 'KEYCLOAK_URL', @@ -74,7 +74,7 @@ class AppConfig { ); wsBaseUrl = const String.fromEnvironment( 'WS_URL', - defaultValue: 'wss://api.lions.dev', + defaultValue: 'wss://api.lions.dev/unionflow', ); enableDebugMode = false; enableLogging = false; diff --git a/pubspec.yaml b/pubspec.yaml index 6a53b9b..ea72871 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -124,6 +124,7 @@ flutter: uses-material-design: true generate: true assets: + - google_fonts/ - assets/images/ - assets/images/branding/ - assets/images/payment_methods/wave/