Huthaifah Mustafa

Results 18 comments of Huthaifah Mustafa

Anybody can explain an example for encrypt/decrypt?

I got this.. ```dart import 'dart:typed_data'; import 'package:encrypt/encrypt.dart'; import 'package:dio_cache_interceptor/dio_cache_interceptor.dart'; main() { final key = Key.fromUtf8('my32lengthsupersecretnooneknows1'); // Just example final iv = IV.fromLength(16); final encrypter = Encrypter(AES(key)); final cacheConfig =...

@danharrin Looks like everything going well.

Hey @danharrin, Any chance for merging Arabic translation. Everything looks fine.

Is there any issue with testing nullable boolean

@vitusortner sorry for unnecessary commits, checkout the new clarified commits.

Rebasing develop branch to get the latest commit #327

Thanks, @vitusortner for catching gaps, I'll try to follow the suggestions and also provide better testing.