Giga Push (it is 1:30 am and I am tired)

Backend Structure implemented

All Ratings will be pulled and validated

Pop Up notfies user about all his ratings

If confirmed, data will be send to the supabase server (if any data was found)

No comments were made, who else needs to read this?
This commit is contained in:
Ali
2024-11-29 01:36:46 +01:00
parent ba79191a78
commit 60eb2785ee
9 changed files with 522 additions and 51 deletions
+2 -1
View File
@@ -50,7 +50,7 @@ class _SpaceHomeState extends State<SpaceHome> {
}
// only for test
var disableRateTimeDebug = false;
var disableRateTimeDebug = true;
// end only for test
void _showNotRateTimeDialog(BuildContext context) {
@@ -138,6 +138,7 @@ class _SpaceHomeState extends State<SpaceHome> {
children: [
Text(
text,
textAlign: TextAlign.center,
style: TextStyle(
fontSize: 70,
fontWeight: FontWeight.bold,