Samuel Akabo
Samuel Akabo
It is difficult to tap or drag widgets with a small paint area. Setting gesture detector behavior to HitTestBehavior.opaque fixes this issue. ```dart GestureDetector( behavior: HitTestBehavior.opaque, onTapDown: (details) {}, );...
### 🔖 Feature description The APIs for Appwrite can be improved, made less verbose and more Dart/Flutter friendly by adopting a declarative approach in many scenarios. Also, since majority of...
You've done a great job but it seems you forgot to check for camera permission. Also, the camera tile does not show if there are no photos in the photo...