* Update SDK range and update dependencies to latest
* Correct the output folder creation on codegen just recipe
* Create a podspec for local development
* Use production podspec when publishing
* Remove spec.platform as deployment targets are already set
* List payments in reverse chonological order
* Add payment filtering and paging
* Fix examples
* Apply suggestions from code review
Co-authored-by: Erdem Yerebasmaz <erdem@yerebasmaz.com>
* Set timestamp for pseudo payments
* Filter by the first non-null timestamp from the join query
---------
Co-authored-by: Erdem Yerebasmaz <erdem@yerebasmaz.com>
* Remove unneeded resource files from iOS Project
* Remove breez_liquid_sdk.h
* Remove outdated method to enforce bundling on AppDelegate
* Add NSCameraUsageDescription to be able to scan QR codes on example app
* Do not show "No Balance" text when balance is 0
* Wait for reconnect attempt on startup
* Add a cancel button to mobile scanner
* Bound size of QR image view
* Reverse the payment list
* Fix relative path on melos.yaml
* Mention current version on CHANGELOG.md
* Remove symlink for apache license
* Address typos & relative path issues on README.md
* Ignore Flutter example app on Melos.yaml
* Remove obsolete param from Config on example app
* Do not treat info messages as critical
* Update README of Dart/Flutter packages
Revert changes on topmost README
* Update pubspec.lock
* Make dart output directory if it does not exists
* Replace continue-on-error
Resume even if previous step fails, this approach displays errors on CI summary.
* Install Protoc as part of CI workflow
* Added init-sdk as part of just bootstrap recipe which installs protobuf
* Pinned freezed to <=2.5.2
- Add static analysis step for Dart & Flutter packages
- Ignore warning for unused element on build scrips for Windows targets
- Continue if there are any errors with generating bindings