gitflutter

Results 3 comments of gitflutter

Thanks we have following code ``` const products = { 112: Product(name: 'Phone', price: 230.59), 19: Product(name: 'Shirt', price: 30.49), 812: Product(name: 'Guitar', price: 800.69), 139: Product(name: 'Headphones', price: 200.99),...

what else if we have multiple blocs. Say I have 15 blocs ? Should I import all 15 blocs in main page ? if We do like this any issues...

I found CombineLatestStream, I hope it will work