Reordenação de listas(ou banco de dados) no Flutterflow e Supabase

  Рет қаралды 87

Unii Vib

Unii Vib

Күн бұрын

Пікірлер: 1
@UniiVib
@UniiVib 19 күн бұрын
// Automatic FlutterFlow imports import '/backend/schema/structs/index.dart'; import '/backend/supabase/supabase.dart'; import '/actions/actions.dart' as action_blocks; import '/flutter_flow/flutter_flow_theme.dart'; import '/flutter_flow/flutter_flow_util.dart'; import '/custom_code/actions/index.dart'; // Imports other custom actions import '/flutter_flow/custom_functions.dart'; // Imports custom functions import 'package:flutter/material.dart'; // Begin custom action code // DO NOT REMOVE OR MODIFY THE CODE ABOVE! Future onReorder( List list, int oldIndex, int newIndex, ) async { // get list and change the item in the oldIndex to the newIndex if (oldIndex < newIndex) { newIndex -= 1; } final String item = list.removeAt(oldIndex); list.insert(newIndex, item); return list; }
Правильный подход к детям
00:18
Beatrise
Рет қаралды 10 МЛН
Sudden assault near Kursk / Putin's statement
13:04
NEXTA Live
Рет қаралды 1,2 МЛН
Push notification com qualquer banco de dados - Zerando Flutterflow
15:25
J’arrête les blagues à risque - Haroun
15:40
Haroun
Рет қаралды 903 М.
Essa é a MINHA opinião sobre o Supabase (muito bom, MAS...)
3:50
Правильный подход к детям
00:18
Beatrise
Рет қаралды 10 МЛН