#appwrite
Read more stories on Hashnode
Articles with this tag
The InheritedModel widget in Flutter is similar to InheritedWidget, but it provides a more granular way to manage inherited data. It allows you to...
The CustomPaint widget in Flutter is used to create custom graphics and drawings by implementing the CustomPainter class. It allows developers to...