Commit Graph

19 Commits

Author SHA1 Message Date
Erdem Yerebasmaz
5e2a4fe342 Bump flutter_rust_bridge to 2.0.0-dev.38 (#304)
* Generate Dart bindings
* flutter_rust_bridge has relative path issues with this new approach introduced in 2.0.0-dev.38, we'll be using the default rust_output path until it's addressed.
2024-06-10 14:51:42 +03:00
Ross Savage
0a8f2545db Add config to flutter example (#274) 2024-06-03 18:46:19 +02:00
Erdem Yerebasmaz
e0322c39d6 Remove tokio runtime (#239)
* Remove obsolete Tokio runtime dependency on bindings

* Apply changes on example app

* Update "Getting Started" on README

* Update pubspec.lock
2024-05-30 17:04:58 +03:00
Erdem Yerebasmaz
608f54ea69 Bump flutter_rust_bridge_codegen to 2.0.0-dev.36 and generate bindings (#237) 2024-05-28 14:41:47 +03:00
Ross Savage
06b848a8f3 SDK events framework (#193)
* Add events framework

* Adapt RN codegen and add synced event

* Only use get_connection internally
2024-05-25 06:20:14 +02:00
Erdem Yerebasmaz
5dd37097d8 [Flutter] Add prefix for deducted fees 2024-05-24 12:31:24 +03:00
Erdem Yerebasmaz
1777a7bfe2 [Flutter] Fix snacbar behavior 2024-05-24 12:27:10 +03:00
Erdem Yerebasmaz
10fa1929df [Flutter] Show pending balances 2024-05-24 12:26:48 +03:00
Erdem Yerebasmaz
fed19151fd [Flutter] Pass paymentsStream as a broadcast streams 2024-05-24 12:18:54 +03:00
Erdem Yerebasmaz
7b1b78a2d9 Update example app on Flutter plugin (#220)
* Update example app on Flutter plugin

* Expose `empty_wallet_cache` through Dart bindings (#224)
2024-05-24 12:12:29 +03:00
Erdem Yerebasmaz
a2bbcd1f2b Migrate to declarative apply of Flutter's Gradle plugins
Deprecated imperative apply of Flutter's Gradle plugins
- https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply
2024-05-23 10:10:42 +03:00
Erdem Yerebasmaz
1fe5bb353c Stop using singleton instance on Dart bindings
Apply changes to test cases on Dart plugin
2024-05-23 10:10:42 +03:00
Erdem Yerebasmaz
f0f282a584 Update dependencies to latest compatible
Changes on 'justfile' also effects CI step
2024-05-21 14:25:52 +03:00
Erdem Yerebasmaz
4c64525ace Update dependencies to latest 2024-05-16 13:51:14 +03:00
ok300
fd5a233e91 Flutter example app: remove calls to inexistent field 2024-05-15 09:58:43 +02:00
Erdem Yerebasmaz
4dc16e565a Run dart format -l 110 2024-05-08 01:19:46 +03:00
Erdem Yerebasmaz
05689299f0 Update flutter_rust_bridge to 2.0.0-dev.33
Update dependencies to latest & increase the supported range
2024-05-06 14:58:31 +03:00
Erdem Yerebasmaz
c782fbf058 Check Flutter bindings with CI
- 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
2024-05-06 11:10:17 +03:00
Erdem Yerebasmaz
5d966fc856 Move dart & flutter packages to packages folder on root 2024-05-03 16:05:39 +03:00