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

# Introduction

> A Flutter plugin for requesting push notification permissions and handling notifications on iOS and Android with deep linking support.

## Requirements

* iOS 12.0+
* Android API 21+
* Flutter 3.3.0+

## Get Started

<CardGroup cols={2}>
  <Card title="Platform Setup" icon="mobile" href="/guides/flutter/platform-setup">
    Configure iOS and Android
  </Card>

  <Card title="Quick Start" icon="rocket" href="/guides/flutter/quick-start">
    Get up and running in minutes
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Plugin Methods" icon="code" href="/guides/flutter/api-reference">
    Complete plugin API documentation
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/guides/flutter/troubleshooting">
    Common issues and solutions
  </Card>
</CardGroup>

## Installation

Visit [pub.dev](https://pub.dev/packages/pnta_flutter) to see the latest package details, then add the plugin:

```bash theme={null}
flutter pub add pnta_flutter
```

Import it in your project:

```dart lib/main.dart theme={null}
import 'package:pnta_flutter/pnta_flutter.dart';
```

## Resources

<CardGroup cols={2}>
  <Card title="pub.dev Package" icon="flutter" href="https://pub.dev/packages/pnta_flutter">
    Install from pub.dev
  </Card>

  <Card title="GitHub Repository" icon="github" href="https://github.com/pnta-io/pnta-flutter-plugin">
    View source code and contribute
  </Card>
</CardGroup>
