Amine Chamkh

Results 7 comments of Amine Chamkh

[nmarafo](https://github.com/nmarafo) I think you should install flutter manually instead of using snap if you are using a Linux distro thats because snap doesn't have proper CMake support.

can you provide you sample code?

but not appeared in the `pub.dev`

I'm using the latest version of drift 1.7.0

I have a button to favorite or unfavorite an item. ``` StreamBuilder _buildDealCardAddFavoriteButton(AppDatabase appDatabase) { return StreamBuilder( stream: appDatabase.isFavorite(widget.dealId!), builder: (context, snapshot) { if (snapshot.hasData && snapshot.data!) { return SizedBox(...

oh ok tanx, i'm a flutter and dart beginner hahaha, so this confused me little bit.