Aman Negi
Aman Negi
# Proposed Changes - Added a check during Login and Signup to ensure the user is using a valid app version. If the user login is successful but the app...
I have updated the `Readme.md` file with valid working links. ## Description As per issue (#102), we needed to change links from `adobe.github.com` to `adobe.github.io` for the links to work....
This PR ports the SharedPreferences-Android to Pigeon. It was earlier created in `flutter/plugins` however it was ported to `flutter/packages`. Previous PR: https://github.com/flutter/plugins/pull/7015 ## Pre-launch Checklist - [✅] I read the...
# Issue The white text logo is getting clipped. 
# Issue As shown in the video below the black text does not go well with the background color of the top bar. Here are the options I would suggest:...
# Proposed Changes - Add helper text to empty tabs on Home Screen. Related Issues (if applicable) - #281 ## Please check that the PR fulfills these requirements - [✔]...
Currently, we are in a phase where we are looking for Flutter Developers to review our code, and suggest improvements. It may be performance related, code semantics related or documentation...
Hey, there I have added the `metaData` field as requested in Issue (#115). Places I have made changes are the `LogRecord` class and in all the logging functions.
### Description: I am implementing the `previewer` function of the slash command. While reading the arguments available in the function, I noticed that the arguments are not updated/notified beyond a...
### Description: When we implement RC Slash Command, we can either use the `previewer` function or the `executor` function. The previewer function allows the return type as [`ISlashCommandPreview`](https://github.com/RocketChat/Rocket.Chat.Apps-engine/blob/c3b4d2e3f14e9a3226d22e2003bb3484c06a4ea0/src/definition/slashcommands/ISlashCommandPreview.ts#L1), which is...