It seems that Flutterflow removed video_player as one of its default dependencies

Custom Code
Resolved

Today we all woke up to the message that Flutterflow will now use Flutter version 3.24 and that this might cause problems with our custom code. Well, I had a custom widget that used the video_player package and this was one of my custom codes affected (of the many that were affected, because now I have 23 errors lol). I solved it by importing the package as a custom dependency, which was not done before because it was imported by default.

Sure, I'm curious now which package Flutterflow uses for its native video widget or if this is just a temporary bug.

Another thing I noticed is that if you have custom code with Supabase you should now import this line to avoid compilation errors:

import 'package:supabase_flutter/supabase_flutter.dart';

Flutterflow keeps saying that it is unnecessary to import it, but in the end if you don't import it it will throw errors, so you should add it to your custom code to avoid them.

I'm leaving this here so that we can all discuss our problems with the new version of Flutter in Flutterflow.

What have you tried so far?

.

Did you check FlutterFlow's Documentation for this topic?
No
2
2 replies