Тёмный

Custom Functions | FlutterFlow University 

FlutterFlow
Подписаться 88 тыс.
Просмотров 19 тыс.
50% 1

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 22   
@airhead2741
@airhead2741 Год назад
Top tier tutorial, let us know more about these possibilities.
@sergeyauts
@sergeyauts 10 месяцев назад
Wow! Low code combined with AI is awesome. Game changing.
@alea621
@alea621 Год назад
thank you for this GREAT work you do!!! I love your patience in your videos
@genixprodesign
@genixprodesign Год назад
Great Tutorial ❤ Bang on point, and great narration!! ❤❤
@dr.anonymous4867
@dr.anonymous4867 Год назад
Hello genix can you help me in creating a fully functional custom widget please help me out I got stucked
@shankaroffical3671
@shankaroffical3671 9 месяцев назад
one question, when i use firestore methods like update or read a document with my custom functions, it won't allow me to edit the function type like Future myFunction(), what should i do , other than inbuild actions, because that's not flexible to use my comfortablity
@ВасилийЕрмаков-л2ф
@ВасилийЕрмаков-л2ф 3 месяца назад
I have problems with all "dart" imports. "Target of URI doesn't exist:" in each import string. What I need to do?
@Dimi-cv6qr
@Dimi-cv6qr Год назад
Thank You for the great FlutterFlow University series! One question: You do not check if the input in this case is nummeric or not? It is not necessary?
@FlutterFlow
@FlutterFlow Год назад
Great question! We add a helper toString() in a lot of places to save you that step.
@krishnasam6198
@krishnasam6198 Год назад
I have one scenario , where if i deactivate user through admin app..the user app should logoff.and not able to signun untill if they are activated again..what is the do's for tht?
@ta_helado
@ta_helado Год назад
cant we use a dependency?
@FlutterFlow
@FlutterFlow Год назад
You can use the dependancies that are there but not other pub.dev packages. If you need those use Custom Actions.
@developerzull
@developerzull 9 месяцев назад
Very useful.
@viceduv
@viceduv 7 месяцев назад
Is there any way to delete a function that i won't use anymore ?
@viceduv
@viceduv 7 месяцев назад
I have already found it
@hmbv0202
@hmbv0202 Год назад
Why on Test Mode my page turn darker?
@dr.anonymous4867
@dr.anonymous4867 Год назад
Can anyone help me creating a fully functional custom widget in flutterflow
@HREproductions-lk9rn
@HREproductions-lk9rn 7 месяцев назад
At the last part of the video 6:30 my variables menu doesn't have widgets.
@cesarsfalcao
@cesarsfalcao 2 месяца назад
Add the text field and its parameters will be available
@David_tommy
@David_tommy Год назад
Can you please make a video an updated video on revenue cat, still trying to understand the concept😢 No offense, the last person that made a video on this, on your channel, was as if he just work up from sleep and started recording 😭😭😭 no offense
@face2facefriend-official
@face2facefriend-official 6 месяцев назад
Hi, my friend, could you please help me fix my Flutter custom action to get the video duration? // Automatic FlutterFlow imports import '/backend/backend.dart'; 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! import 'dart:io'; import 'package:flutter_ffmpeg/flutter_ffmpeg.dart'; Future videoInformation(String video) async { // get the media duration after uploading it from library or storage and return string in milliseconds // Import necessary packages // Create a function to get the media duration Future videoInformation(String video) async { // Create an instance of FlutterFFmpeg final FlutterFFmpeg _flutterFFmpeg = FlutterFFmpeg(); // Get the media information using FFmpeg final int rc = await _flutterFFmpeg.execute("-i $video"); // Check if FFmpeg was able to get the media information if (rc == 0) { // Get the duration of the media final String duration = _flutterFFmpeg.getLastCommandOutput(); // Extract the duration from the output final RegExp regex = RegExp(r"Duration: (\d{2}):(\d{2}):(\d{2}).(\d{2})"); final Match match = regex.firstMatch(duration); // Calculate the duration in milliseconds final int hours = int.parse(match.group(1)); final int minutes = int.parse(match.group(2)); final int seconds = int.parse(match.group(3)); final int milliseconds = int.parse(match.group(4)); final int durationInMilliseconds = ((hours * 3600) + (minutes * 60) + seconds) * 1000 + milliseconds; // Return the duration in milliseconds as a string return durationInMilliseconds.toString(); } else { // Return an error message if FFmpeg was not able to get the media information return "Error getting media information"; }} { } }
Далее
Custom Widgets | FlutterFlow University
8:37
Просмотров 27 тыс.
State Management | FlutterFlow University
16:09
Просмотров 50 тыс.
I tricked MrBeast into giving me his channel
00:58
Просмотров 3,5 млн
Components | FlutterFlow University
12:59
Просмотров 32 тыс.
Custom Code | FlutterFlow University
13:21
Просмотров 26 тыс.
PageView | FlutterFlow University
11:18
Просмотров 25 тыс.
The Easiest Way to Build Websites
10:56
Просмотров 562 тыс.
No-Code is Trash
9:57
Просмотров 131 тыс.