skip to Main Content

Flutter custom function works on the Test mode of Flutterflow – but not working on mobile app builds

I have this custom function in Dart running on Flutterflow (a platform using Flutter building apps on iOS and Android) import '/backend/backend.dart'; import '/flutter_flow/flutter_flow_theme.dart'; import '/flutter_flow/flutter_flow_util.dart'; import '/custom_code/actions/index.dart'; import '/flutter_flow/custom_functions.dart'; import 'package:flutter/material.dart'; import 'package:cloud_firestore/cloud_firestore.dart'; Future<void> updateBalanceAndPointPremium(String documentId) async { try…

VIEW QUESTION
Back To Top
Search