Peakz Padel Authic SDK
Flutter SDK for Peakz Padel authentication and integration services.
Features
- Authentication functionality for Peakz Padel users
- QR code generation and scanning
- Social account connectivity
- Loyalty program integration
- Reward management
- Interactive UI components
Installation
Add this to your package's pubspec.yaml
file:
dependencies:
peakz_padel_authic_sdk: ^0.0.1
Usage
import 'package:peakz_padel_authic_sdk/peakz_padel_authic_sdk.dart';
// Initialize the SDK
final authicSdk = AuthicAppSdk(
tenantId: 'your-tenant-id',
environment: Environment.sandbox,
locale: Locale('en'),
);
// Use the LoyaltyScreen component
LoyaltyScreen(
name: "User Name",
externalID: "user-external-id",
locale: Locale('en'),
);
Documentation
For more detailed information, please refer to the Documentation.
License
This project is licensed under the MIT License - see the LICENSE file for details.