Skip to content

1. Import the flutter_poolakey

Ali Nasrabadi edited this page Jan 13, 2025 · 4 revisions

Getting Started

To start working with Flutter Poolakey, you need to add its dependency in your project's pubspec.yaml file:

Dependency

dependencies:
  flutter_poolakey: ^2.2.0

Or adding alpha version:

dependencies:
  flutter_poolakey: ^2.2.0-1.0.0-alpha01

Then run the below command to retrieve it:

flutter packages get

Import it

Now in your Dart code, you can use:

import 'package:flutter_poolakey/flutter_poolakey.dart';