We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc579f commit eeb7c32Copy full SHA for eeb7c32
example/lib/application_constants.dart
@@ -1,6 +1,6 @@
1
abstract class ApplicationConstants {
2
- static const String APP_NAME = "BodyCal";
3
- static const String PARSE_APPLICATION_ID = "bodycaldb";
4
- static const String PARSE_MASTER_KEY = "343gf35g4t6hev445f4t5f45g45d";
5
- static const String PARSE_SERVER_URL = "https://bc-server.purewowstudio.com/parse/";
+ static const String APP_NAME = "";
+ static const String PARSE_APPLICATION_ID = "";
+ static const String PARSE_MASTER_KEY = "";
+ static const String PARSE_SERVER_URL = "";
6
}
0 commit comments