retrytech_plugin 0.0.2+2
retrytech_plugin: ^0.0.2+2 copied to clipboard
Plugin to integrate Retrytech SDK in Flutter applications.
retrytech_plugin #
Plugin Flutter pour intégrer le SDK RetryTech dans vos applications.
Fonctionnalités #
- Installation et configuration simplifiées du SDK RetryTech.
- Gestion automatique des tentatives de connexion et des requêtes.
- Compatible avec les projets Flutter.
Installation #
Ajoutez la dépendance dans votre fichier pubspec.yaml :
dependencies:
retrytech_plugin: ^0.0.1
Puis lancez :
flutter pub get
Utilisation #
Importez le plugin dans votre code Dart :
import 'package:retrytech_plugin/retrytech_plugin.dart';
Initialisez et configurez le plugin selon vos besoins :
RetryTechPlugin.initialize(
apiKey: 'VOTRE_API_KEY',
options: RetryTechOptions(
maxRetries: 3,
timeout: Duration(seconds: 5),
),
);
Documentation #
Consultez la documentation incluse pour plus de détails sur la configuration et l’utilisation.
Licence #
Ce projet est sous licence MIT. Voir le fichier LICENSE