From 3f2ed0d72912986ea827d51b4024961a7bf3da4a Mon Sep 17 00:00:00 2001 From: mftee Date: Fri, 15 May 2026 11:13:20 +0100 Subject: [PATCH] feat: add constants.dart with kStellarNetwork and kAppVersion --- app/lib/constants.dart | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/lib/constants.dart diff --git a/app/lib/constants.dart b/app/lib/constants.dart new file mode 100644 index 0000000..2a00ddb --- /dev/null +++ b/app/lib/constants.dart @@ -0,0 +1,2 @@ +const String kStellarNetwork = 'testnet'; +const String kAppVersion = '1.0.0'; \ No newline at end of file