George
 · I am definitely not a good developer

Generating Children From Variable With Custom Function Not Allowing me to select no further changes

Troubleshooting

I am generating children from variables.

Since there is no way to reverse sort those children generated from a variable I created a Reverse List Method

import 'dart:convert';
import 'dart:math' as math;

import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:intl/intl.dart';
import 'package:timeago/timeago.dart' as timeago;
import '/flutter_flow/lat_lng.dart';
import '/flutter_flow/place.dart';
import '/flutter_flow/uploaded_file.dart';
import '/flutter_flow/custom_functions.dart';
import '/backend/schema/structs/index.dart';
import '/backend/supabase/supabase.dart';
import '/auth/supabase_auth/auth_util.dart';

List<String> newCustomFunction(List<String> inputList) {
  /// MODIFY CODE ONLY BELOW THIS LINE

  return inputList.reversed.toList();

  /// MODIFY CODE ONLY ABOVE THIS LINE
}

For some reason under available options there is no option for "No Further Change" like we would normally expect under additional options so there is no way for me to save the children... seems like a major bug.


Here's a quick video going over the issue
https://www.loom.com/share/c154f94a66d3421c9b5941ed709787cb

What have you tried so far?

everything i could there is no way to save this.

Did you check FlutterFlow's Documentation for this topic?
No
3
1 reply