We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd5b1f commit 2cccf83Copy full SHA for 2cccf83
lib/config.dart
@@ -1,5 +1,5 @@
1
class Config {
2
- static const String APP_VERISON = "1.0.35+36";
+ static const String APP_VERISON = "1.0.36+37";
3
static DateTime dummyTime = DateTime(
4
1,
5
lib/services/NotificationService.dart
@@ -27,7 +27,7 @@ class NotificationService {
27
Uri.parse("https://api.propdial.co.in/api/notification/one"),
28
headers: headers,
29
body: body);
30
- print(response.body);
+ // print(response.body);
31
if (response.statusCode == 200) {
32
return true;
33
} else {
pubspec.yaml
@@ -3,7 +3,7 @@ description: A new Flutter project.
publish_to: 'none'
6
-version: 1.0.35+36
+version: 1.0.36+37
7
8
environment:
9
sdk: ">=2.7.0 <3.0.0"
0 commit comments