We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1290543 commit dc1b584Copy full SHA for dc1b584
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## 2.0.0-dev.36
4
+
5
+* Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
6
+* Automatically generate getters and setters for public fields of opaque types #1975
7
+* Support Dart setters #1972
8
+* Support i128 and u128 #1964
9
+* Improve RustAutoOpaque's API and codegen handling #1970
10
+* Fix when users do not have explicit dependency on anyhow #1967
11
+* Hint users when using opaque types inside non opaque structs #1978
12
+* Hint users when using getters of opaque types #1976
13
14
## 2.0.0-dev.35
15
16
* Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
0 commit comments