Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cypherstack/cargokit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ManyMath/cargokit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 35 files changed
  • 1 contributor

Commits on Jan 7, 2026

  1. feat: use library name instead of package name for artifacts

    Support Cargo.toml [lib] section name when locating build artifacts.
    
    Rust package names can contain hyphens but library names must use underscores when integrated into Dart/Flutter.
    
    - Parse [lib].name from Cargo.toml, fall back to package name with - → _
    - Use libraryName instead of packageName in artifact lookups.
    
    Fixes artifact lookup failures when [lib].name differs from [package].name.
    sneurlax committed Jan 7, 2026
    Configuration menu
    Copy the full SHA
    1b038f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5315827 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. Configuration menu
    Copy the full SHA
    fc93521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ebec52 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. Configuration menu
    Copy the full SHA
    7409877 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

  1. Configuration menu
    Copy the full SHA
    e2c4b86 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. Configuration menu
    Copy the full SHA
    7aaeefe View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2026

  1. Merge branch 'feat/dart-cli'

    sneurlax committed Mar 28, 2026
    Configuration menu
    Copy the full SHA
    8089550 View commit details
    Browse the repository at this point in the history
Loading