• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Fiberchat - Whatsapp Clone Full Chat & Call App | Android & iOS Flutter Chat app

Fiberchat - Whatsapp Clone Full Chat & Call App | Android & iOS Flutter Chat app Version 2.0.14 UNTOUCHED

No permission to download
i have latest version can you please tell me how to nulled this code ? i will provide you latest version
To null it, try replacing the firebase function below setState((){k1= K1,....}) in the file homepage/initialize.dart

await FirebaseFirestore.instance
.collection(widget.doc)
.doc(widget.app)
.get()
.then((firestoredoc) async {
if (firestoredoc.exists) {
var fd = firestoredoc.data();
isDocHave = fd!.containsKey(Dbkeys.latestappversionandroid);
print("FD object is $fd");
print("Is Doc Have $isDocHave");
setState(() {
doc = firestoredoc;
isready = true;
iscircleprogressindicator = false;
isprocessing = false;
});
/*if (!fd.containsKey("5fy6dtg")) {
print("Firestore Doc not contains 5fy6dtg");
setState(() {
iscircleprogressindicator = false;
isprocessing = false;
k7 = "s384tvrhd74fnacs3r92gt3urv";
});
} else {
print("Firestore Doc is $firestoredoc");
if (fd['3h64ft'] is String) {
print("FD 3h64ft ${fd['3h64ft']}");
Codec<String, String> stringToBase64 = utf8.fuse(base64);
String v = stringToBase64.decode(reverse(fd["3h64ft"])).toString();
// debugPrint('INSTALLED VERSION : ${int.tryParse(v)!}');
// debugPrint('CURRENT VERSION : ${int.tryParse(k4)!}');
if (int.tryParse(v)! >= int.tryParse(k4)!) {
setState(() {
doc = firestoredoc;
isready = true;
iscircleprogressindicator = false;
isprocessing = false;
});
} else {
print('Firestore Document is $firestoredoc');
setState(() {
doc = firestoredoc;
iscircleprogressindicator = false;
isprocessing = false;
k7 = "kj485bfud87jxh9824hdb";
});
}
} else {
showERRORSheet(this.context, "7034");
}
}*/
} else {
print('s384tvrhd74fnacs3r92gt3urv');
setState(() {
iscircleprogressindicator = false;
isprocessing = false;
k7 = "s384tvrhd74fnacs3r92gt3urv";
});
}
}).catchError((onError) async {
if (onError.message.toString().contains("permission") ||
onError.message.toString().contains("missing") ||
onError.message.toString().contains("denied") ||
onError.message.toString().contains("permissions") ||
onError.message.toString().contains("insufficient")) {
this.isSecuritySetupPending = true;
securityRuleName = "SECURITY RULES TEST ENVIRONMENT";
setState(() {});
} else {
if (onError.toString().contains('currently unavailable')) {
setState(() {
iscircleprogressindicator = false;
isinstalled = false;
});
showERRORSheet(this.context, "",
message:
"Slow or No Internet. Please check your internet Connection & try again !");
} else {
setState(() {
iscircleprogressindicator = false;
isinstalled = false;
});
showERRORSheet(this.context, "7121",
message: onError.message.toString());
}
}
});
 
  • Love
Reactions: Atom786
can u Plz share the updated version. Thank U in advance
You want an update, but were you able to install this application without any issues? It's asking me for a purchase code, and I can't seem to bypass it. If you have managed to do so, could you share how?
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock