Bijoy Haldar
Bijoy Haldar
any update on this one?
or you can use https://pub.dev/packages/flutter_ffmpeg behind
hey man, any update?
> any one here find solution for this ? I switched to ffmpeg
I found this one! https://pub.dev/packages/paginate_firestore I think it could help.
It needs a very small update to remove the warning. I hope they do it soon.
This issue should be closed now as it is fixed a long ago
Same error for me. When the compile sdk & target sdk both set to 33 it's not working but I'm using firebase messaging which needs it.
Any update on this?
``` dart import 'package:flutter/material.dart'; import 'package:flutter_form_builder/flutter_form_builder.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', theme:...