Expand Flutter app scaffold
ci / flutter-check (push) Successful in 4s

This commit is contained in:
2026-06-30 16:21:45 +09:00
parent 684cf87702
commit d2f6af7657
84 changed files with 3342 additions and 28 deletions
@@ -0,0 +1,8 @@
class BaronSafeWebConfig {
const BaronSafeWebConfig._();
static const initialUrl = String.fromEnvironment(
'BARON_SAFE_WEB_URL',
defaultValue: 'https://safe.baron.hmac.kr',
);
}