Desdaemon / flutter_rust_bridge_template

Template for Flutter + Rust integration with flutter_rust_bridge.
https://desdaemon.github.io/flutter_rust_bridge_template/
Apache License 2.0
120 stars 63 forks source link

Bump flutter_rust_bridge from 1.82.6 to 2.1.0 #70

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps flutter_rust_bridge from 1.82.6 to 2.1.0.

Release notes

Sourced from flutter_rust_bridge's releases.

v2.1.0

  • Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
  • Add the ability to generate plugins from the CLI tool #2144 (thanks @​mcmah309)
  • Fix codegen halt when having boxed trait objects #2180
  • Add attribute #[frb(dart_async)] #2181
  • Fix Dart closures cannot be encoded when using the new Dart JS interop #2191
  • Expose Rust executor's async runtime for customization #2151
  • Generate methods of Default trait #2150
  • Automatically rename function names to avoid keyword conflict #2150
  • Improve parsing trait impl in third party crates #2150
  • Support more attributes #2140
  • Fix generated use statement pointing to self #2140
  • Fix linter warning avoid_return_types_on_setters #2140
  • Reduce number of generated files #2140
  • Add default_dart_async configuration option #2139
  • Handle root module scenario in pub use transformer #2124
  • Improve hints when fails to parse a struct or enum #2124

v2.0.0

v2.0.0-dev.42

  • Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
  • Support brackets and nesting in pub use (such as pub use a::{b, x::{y,z}}) #2120
  • Support providing configuration both by command line and by config file at the same time #2119
  • Tell user reasons when skipping traits #2121
  • Update default template comments #2118
  • Allow using arbitrary frb attribute as an indicator to include an item #2121
  • Improve hints when user specify custom wasm-pack-rustflags but does not contain default one #2122

v2.0.0-dev.41

  • Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
  • Use dart.library.js_interop rather than dart.library.html #2113 (thanks @​aran)
  • Auto skip methods in trait definitions that has Self as inputs because it cannot be translated to Dart #2099
  • Add type_64bit_int to config #2096
  • Improve namespace choices for opaque types #2096
  • Hint users when having references in output type, hint when wrong rust_input, and improve docs #2100
  • Improve warning message #2098
  • Experiment more about translating whole audio crate#2096
  • Improve internal code #2096
  • Make generated output sorted when using proxy_enum and trait_impl #2115

v2.0.0-dev.40

... (truncated)

Changelog

Sourced from flutter_rust_bridge's changelog.

2.1.0

  • Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
  • Add the ability to generate plugins from the CLI tool #2144 (thanks @​mcmah309)
  • Fix codegen halt when having boxed trait objects #2180
  • Add attribute #[frb(dart_async)] #2181
  • Fix Dart closures cannot be encoded when using the new Dart JS interop #2191
  • Expose Rust executor's async runtime for customization #2151
  • Generate methods of Default trait #2150
  • Automatically rename function names to avoid keyword conflict #2150
  • Improve parsing trait impl in third party crates #2150
  • Support more attributes #2140
  • Fix generated use statement pointing to self #2140
  • Fix linter warning avoid_return_types_on_setters #2140
  • Reduce number of generated files #2140
  • Add default_dart_async configuration option #2139
  • Handle root module scenario in pub use transformer #2124
  • Improve hints when fails to parse a struct or enum #2124

2.0.0

2.0.0-dev.42

  • Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
  • Support brackets and nesting in pub use (such as pub use a::{b, x::{y,z}}) #2120
  • Support providing configuration both by command line and by config file at the same time #2119
  • Tell user reasons when skipping traits #2121
  • Update default template comments #2118
  • Allow using arbitrary frb attribute as an indicator to include an item #2121
  • Improve hints when user specify custom wasm-pack-rustflags but does not contain default one #2122

2.0.0-dev.41

  • Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
  • Use dart.library.js_interop rather than dart.library.html #2113 (thanks @​aran)
  • Auto skip methods in trait definitions that has Self as inputs because it cannot be translated to Dart #2099
  • Add type_64bit_int to config #2096
  • Improve namespace choices for opaque types #2096
  • Hint users when having references in output type, hint when wrong rust_input, and improve docs #2100
  • Improve warning message #2098
  • Experiment more about translating whole audio crate#2096
  • Improve internal code #2096
  • Make generated output sorted when using proxy_enum and trait_impl #2115

2.0.0-dev.40

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 1 month ago

This pull request has been marked as stale because it has no activity recently. Please remove the 'stale' label, comment or push new commits to unstall the pull request.

dependabot[bot] commented 1 month ago

Superseded by #72.