Arvind Sangwan

Results 6 issues of 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...

### 👟 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...

bug
product / messaging

### 👟 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...

bug
product / messaging

![Screenshot 2022-12-19 at 5 37 33 PM](https://user-images.githubusercontent.com/59143934/208423565-0a1c4a9a-d2d6-492d-88cd-8fdc31dc193e.png) 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...