Pavan Joshi
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:...
### 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....
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...
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  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....