> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rocket.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Week 2

> Rocket.new October week 2 product update: Google Auth for Flutter apps, new slash and @ commands in prompts, and the introduction of the APK Agent.

export const LlmsDirective = () => <blockquote className="llms-directive">
    For the complete documentation index, see <a href="/llms.txt">llms.txt</a>.
    For a lightweight markdown version of this page, append .md to the URL.
  </blockquote>;

<LlmsDirective />

<Update label="October 8">
  <span class="changelog-new">New</span>

  * **Google Authentication for Flutter**: Add sign-in with Google to your Flutter apps in one step, giving users a familiar login flow.
  * **/ and @ Commands**: Use slash and at commands to make precise, scoped changes without going back and forth. [Learn more](/build/editor/commands).
</Update>

<Update label="October 7">
  <span class="changelog-new">New</span>

  * **APK Agent**: A build-time helper that auto-detects and resolves common Android build errors so your APK ships without manual fixes.

  <span class="changelog-improved">Improved</span>

  * **Flutter package version accuracy**: Package identification now maps dependencies to correct versions more reliably, reducing version conflicts.
</Update>
