Skip to content

1. Import the flutter_poolakey

Ali Nasrabadi edited this page Aug 23, 2025 · 5 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+1.0.0

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';
Clone this wiki locally