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