Bijoy Haldar

Results 18 comments of Bijoy Haldar

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.

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.

``` 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:...