Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate flutter_rust_bridge from v1 to v2 #940

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    804baeb View commit details
    Browse the repository at this point in the history
  2. Cleanup frb v1 files

    erdemyerebasmaz committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f15a697 View commit details
    Browse the repository at this point in the history
  3. Create flutter_rust_bridge.yaml configuration file

    Invoke flutter_rust_bridge_codegen without arguments
    erdemyerebasmaz committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    8e0ea91 View commit details
    Browse the repository at this point in the history
  4. Generate bindings

    Generate Dart bindings under lib/generated
    erdemyerebasmaz committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    8d7400d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65b53d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cf218a View commit details
    Browse the repository at this point in the history
  7. Remove obsolete custom Exception, UnsupportedPlatform

    Use UnsupportedError instead
    erdemyerebasmaz committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d07155c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84c04e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    12aa717 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ab1f7d View commit details
    Browse the repository at this point in the history
  11. Regenerate bindings

    Remove old files
    erdemyerebasmaz committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ad964a1 View commit details
    Browse the repository at this point in the history
  12. Apply BigInt changes

    erdemyerebasmaz committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e0f207a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    545dc7d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f6d1544 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e8ad913 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    febdb51 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    33e8b4a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5c9fc00 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b2a2283 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5e5c292 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ab782cf View commit details
    Browse the repository at this point in the history
  22. Bump flutter_rust_bridge to 2.5.1

    Specify range for flutter_rust_bridge from 2.0.0 to latest
    * Remove moonpay from lib.rs
    * Remove generated files from previous approach
    * Add matches_callback_domain to mirrored UrlSuccessActionData
    erdemyerebasmaz committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3881144 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Bump flutter_rust_bridge to 2.6.0

    * Remove flutter_rust_bridge from workspace & sdk-bindings toml
    
    * Force rename sync as it's a reserved keyword (which can be used as an identifier without restriction).
    
    * Replace _lnToolkit occurrence with binding
    erdemyerebasmaz committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    dba25bf View commit details
    Browse the repository at this point in the history