osamh_encryptor 1.0.0
osamh_encryptor: ^1.0.0 copied to clipboard
توفر تشفير وفك تشفير محلي باستخدام خوارزميات قوية وآمنة. مناسبة لتخزين أو إرسال البيانات الحساسة في تطبيقاتك تم برمجتها بواسطة المبرمج م/اسامة فاضل
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add osamh_encryptorWith Flutter:
$ flutter pub add osamh_encryptorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
osamh_encryptor: ^1.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:osamh_encryptor/osamh_encryptor.dart';