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

Build expo React Native

`Running "yarn install" in /home/expo/workingdir/build directory yarn install v1.22.19 [1/4] Resolving packages... [stderr] warning Lockfile has incorrect entry for "@expo/webpack-config@^49.0.0". Ignoring it. [stderr] error Couldn't find any versions for "@expo/webpack-config" that matches "^49.0.0" info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this…

VIEW QUESTION
Back To Top
Search