We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To start working with Flutter Poolakey, you need to add its dependency in your project's pubspec.yaml file:
pubspec.yaml
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
Now in your Dart code, you can use:
import 'package:flutter_poolakey/flutter_poolakey.dart';