这是indexloc提供的服务,不要输入任何密码
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: gemini-cli-extensions/flutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: gemini-cli-extensions/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 29 files changed
  • 8 contributors

Commits on Oct 3, 2025

  1. add known issues (#84)

    sethladd authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    04bf0a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Add connection instructions for Flutter app (#96)

    Added instructions for connecting to a running Flutter app using the
    Dart Tooling Daemon.
    
    fixes #94
    
    ---------
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    johnpryan and gemini-code-assist[bot] authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    f797b00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a71e46 View commit details
    Browse the repository at this point in the history
  3. Update README.md for windows (#95)

    Added instructions to help Windows users install the plugin
    
    *Replace this paragraph with a description of what this PR is changing
    or adding, and why. Consider including before/after screenshots.*
    
    *List which issues are fixed by this PR. You must list at least one
    issue.*
    
    *If you had to change anything in the [flutter/tests] repo, include a
    link to the migration guide as per the [breaking change policy].*
    
    ## Pre-launch Checklist
    
    - [ ] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [ ] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [ ] I read the [Flutter Style Guide] _recently_, and have followed its
    advice.
    - [ ] I signed the [CLA].
    - [ ] I listed at least one issue that this PR fixes in the description
    above.
    - [ ] I updated/added relevant documentation (doc comments with `///`).
    - [ ] I added new tests to check the change I am making, or this PR is
    [test-exempt].
    - [ ] All existing and new tests are passing.
    
    If you need help, consider asking for advice on the #hackers-new channel
    on [Discord].
    
    <!-- Links -->
    [Contributor Guide]:
    https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#overview
    [Tree Hygiene]:
    https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md
    [test-exempt]:
    https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#tests
    [Flutter Style Guide]:
    https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md
    [CLA]: https://cla.developers.google.com/
    [flutter/tests]: https://github.com/flutter/tests
    [breaking change policy]:
    https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#handling-breaking-changes
    [Discord]:
    https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
    
    ---------
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    cj-radcliff and gemini-code-assist[bot] authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    7d1c3c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Configuration menu
    Copy the full SHA
    6e7f278 View commit details
    Browse the repository at this point in the history
  2. Remove mirror (#34)

    gspencergoog authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    36160f0 View commit details
    Browse the repository at this point in the history
  3. Document warning for Dart MCP server config (#35)

    Added warning message for existing Dart MCP server configuration.
    
    ---------
    
    Co-authored-by: Seth Ladd <sethladd@gmail.com>
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    3 people authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    01f9535 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c696b8c View commit details
    Browse the repository at this point in the history
  5. Add pull request template (#37)

    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    gspencergoog and gemini-code-assist[bot] authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    bcbb845 View commit details
    Browse the repository at this point in the history
  6. Add template (#39)

    gspencergoog authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    8ad2d4b View commit details
    Browse the repository at this point in the history
  7. feat: Store specs in a specs/ directory (#38)

    For better organization, the /create-app and /create-package commands
    now put the markdown files (IMPLEMENTATION.md, DESIGN.md) into a
    dedicated directory. For example a "specs/" directory.
    
    ---
    *PR created automatically by Jules for task
    [12628400089442853630](https://jules.google.com/task/12628400089442853630)*
    
    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
    google-labs-jules[bot] authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    e4313a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Update CHANGELOG.md (#40)

    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com>
    3 people authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    e588db2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Emphasize installation is a terminal command (#44)

    Add the word "terminal" before "command" to disambiguate against a
    command that might be entered after launching gemini-cli.
    
    Split the install and uninstall steps into separate code blocks so that
    the UI copy button which copies the entire block is more useful. Nest
    the code blocks in a list and move the comments to list text.
    
    ---------
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    natebosch and gemini-code-assist[bot] authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    2aa4815 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

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