Alex Rabin

Results 16 comments of Alex Rabin

I got pagination to work on my end by using [FirestoreQueryBuilder](https://firebase.flutter.dev/docs/ui/firestore#advanced-configuration) from flutter fire ui package. So I have this: ``` FirestoreQueryBuilder( query: FirebaseFirestore.instance .collection('rooms/${widget.room.id}/messages') .orderBy('createdAt', descending: true), builder: (context,...

@fisshy why hasn't this been merged yet? Been over a year and a half

@wyxcoder https://github.com/letsar/flutter_staggered_grid_view/blob/0bfd05f285a6ecf390a8927e6ad4e67f7a39979b/examples/lib/common.dart#L31C1-L75C2 ```dart class Tile extends StatelessWidget { const Tile({ Key? key, required this.index, this.extent, this.backgroundColor, this.bottomSpace, }) : super(key: key); final int index; final double? extent; final double? bottomSpace;...

> 3.7.3 Stable, Ubuntu 22.10 VM via Parallels on M1, counter app doesn't run: > > ``` > > Launching lib/main.dart on Linux in debug mode... > > ERROR: Compilation...

@troZee Whatever happened to the PR?

@Renzo-Olivares looks like #119046 has been merged. Have you had time to take a look at this?

I'm getting this error as well. The typescript types are wrong