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

# Flutter Support

> Discover Particle Network's SDKs for Flutter development.

## SDKs with Flutter Support

Flutter is a **universally-supported platform within Particle Network's SDKs**, with support on **Particle Auth**, **Particle Wallet**, **Particle Connect**, and **Particle's AA SDK**. Particle Network's various Dart-based Flutter SDKs support iOS and Android applications, making them a highly popular choice among mobile application developers. Thus, due to the extent of Flutter support, **Particle's entire tech stack can be integrated within applications built on Flutter** in just a few lines of code.

To dive into this further and walk through the configuration and utilization process, choose a specific Flutter-compatible product from the cards below.

***

<CardGroup cols={2}>
  <Card title="Particle Auth" href="/api-reference/auth/mobile-sdks/flutter">
    Interacting Particle Auth within applications made using Flutter.
  </Card>

  <Card title="Particle Connect" href="/api-reference/connect/mobile/flutter">
    Integrating Particle Connect within applications made using Flutter.
  </Card>

  <Card title="Particle Wallet" href="/api-reference/wallet/mobile/flutter">
    Using Particle Wallet within applications built using Flutter.
  </Card>

  <Card title="Account Abstraction" href="/api-reference/aa/sdks/mobile/flutter">
    Implementing account abstraction within applications built using Flutter.
  </Card>
</CardGroup>
