update base URL for QuoteGeneratorApiV2 to use localhost in debug mode
Some checks failed
Build Android App / build (push) Failing after 47s

This commit is contained in:
ImBenji
2026-01-02 20:56:13 +00:00
parent efa7eabfaa
commit 416efe6aba
2 changed files with 75 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return ShadcnApp.router(
title: 'Flutter Demo',
title: 'TweetForge',
routerConfig: _router,
scaling: defaultTargetPlatform == TargetPlatform.android ? AdaptiveScaling.only(
sizeScaling: 1,