* Reference the same Flutter plugin version for Dart plugin instead of latest
* fix: removed breez-sdk-liquid-dart tag check
Removed if tag exists on remote as this script is run before the package is published
* fix: revert minSdkVersion across all uniffi packages
This PR fixes a regression introduced in https://github.com/breez/breez-sdk-liquid/pull/766 due to a confusion between minSdkVersion requirement & minimum compileSdkVersion requirement.
* Bump package requirements on flutter_breez_liquid README
* Bump JNA used on bindings tests to 5.14.0
* Downgrade android release to Uniffi 0.25
---------
Co-authored-by: Ross Savage <hello@satimoto.com>
* chore: update Flutter dependencies to latest
Use Flutter version 3.27.4 on CI workflows
* chore: update flutter_rust_bridge to 2.8.0 and generate bindings
chore: update dependencies to latest
* Use Flutter 3.29.0 on CI workflows
* Persist and expose BIP353 addresses
* Increment schema minor version
* Move bip353 address from LNURL context to SendDestination
* Update after sdk-common merge
* Address review
* Only try to insert bip353 address when available
* debug-ios-crash-on-push:
update version to 0.7.0-rc3
Switch to pure AES implementation in ecies (#716)
update version to 0.7.0-rc2
Add logging to handle_push
update version to 0.7.0-rc1
* Prevent missing notifications due to concurrent SDK instances
* Expose swap claim tx id and use it to derive WaitingConfirmation in plugins
* Use id type as get payment request variant
* Configure asset metadata
* Apply suggestions from code review
* Return BIP21 URI also when only non-bitcoin asset_id is defined
* Rename AssetMetadata functions
* Update dependencies
* Use discount-ct when building txs
* Broadcast using the electrum client
* Fix CI
* Remove use of esplora url
* Address PR feedback
* Fix dart/flutter
* Update zero-conf fee rate check
* Fix clippy
* Suppress no-nullability-completeness errors
* Use 'dart run' instead of the deprecated 'flutter pub run' cmd
* Update flutter_rust_bridge to version 2.7.0
Set flutter_rust_bridge range to ">=2.4.0 <=2.7.0" on Dart plugin.
* Generate Dart bindings
* Update Flutter to latest version
* Update melos to latest version
* Make Flutter plugin compatible with AGP 8.+
- Declare 'namespace' property on module-level build script
- Change default namespace
- Remove package name from AndroidManifest
- Bump compileSdkVersion to latest
- Update source and target compatibility
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release