Arvind Sangwan
Arvind Sangwan
Hey @jb3rndt **Feature request:-** [PersistentBottomNavBarV2](https://github.com/jb3rndt/PersistentBottomNavBarV2) compatibility with nested navigation. Sometimes you want to choose a page based on a route as well as the state of that screen, e.g. the...
🐛 Bug Report: Unable to Configure Msg91 in Appwrite Messaging due to Missing Sender Number Support
### 👟 Reproduction steps When attempting to configure the Msg91 service in Appwrite Messaging, it is observed that the configuration requires a "Sender Number." However, Msg91 does not support the...
### 👟 Reproduction steps Appwrite throws the following error when I try to use the msg91 service for messaging:- ``` appwrite-worker-messaging | Warning: Undefined array key "templateId" in /usr/src/code/src/Appwrite/Platform/Workers/Messaging.php on...
 I'm getting an error in the web, and the screen has gone black. `Motion(child: myWidget);`
Enhance field serialization control with @MappableField options - Introduced `includeFromJson`, `includeToJson`, and `includeIfNull` parameters to the `@MappableField` annotation for better control over field inclusion during serialization and deserialization. - Updated...