Skip to content

Commit 9c70784

Browse files
committed
Corrected app consts
1 parent ef1ba3e commit 9c70784

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.idea/libraries/Dart_Packages.xml

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
abstract class ApplicationConstants {
2+
static const String keyAppName = "";
3+
static const String keyParseApplicationId = "";
4+
static const String keyParseMasterKey = "";
5+
static const String keyParseServerUrl = "";
6+
}

0 commit comments

Comments
 (0)