Pavan Joshi

Results 36 issues of Pavan Joshi

Widget causing error ``` @override Widget build(BuildContext context) { return Container( color: Colors.transparent, child: Center( child: AnimatedOpacity( opacity: show ? 1.0 : 0.0, duration: const Duration(milliseconds: 300), child: Container( decoration:...

awaiting feedback

### Describe the changes you have made in this PR feat: store metadata in DB store metadata in payments table covered cases - 1. non-empty invoice valid metadata 2. non-empty...

**Is your feature request related to a problem? Please describe.** currently, we use ```browser_language_detector``` to detect language, store language under local storage and load the locale from the local storage....

enhancement
ready

fetch metadata from db use double assertions to convert it to valid type before rendering render metadata in transaction list signed-off-by: [email protected] ### Type of change (Remove other not matching...

**Is your feature request related to a problem? Please describe.** currently, we specify everything in one readme file I especially consider it to show meaningful things on main read me...

documentation
good first issue

Validate metadata using AJV validator

### Is your feature request related to a problem? Please describe Currently, we allow users to create invoices even when no amount is entered by the user , we can...

## Abstract Specifications such as Webln bought better solutions to the UX for lightning networks. On top of this, many broad applications such as instant payments via a web browser...

the sliding panel expands correctly according to the different screen sizes ![image](https://user-images.githubusercontent.com/55848322/146668999-b0d7556b-335c-40c3-9d54-405cc7b53dcd.png) the body inside sliding up panel remains constant to 360 in width for all screen sizes tried many...

Localize simulator This PR is general PR for review, code is merged in the codebase via separate PR's #### Describe the changes you have made in this PR - 1....