Prashant Nigam
Prashant Nigam
``` analyzer: exclude: - "**/*.g.dart" - "**/*.freezed.dart" ``` I don't know if this work or not since is never used dart_custom_lint but I tried with other lint packages and its...
> @YashSavsani use this. this issue happens because of final _iv = IV.fromLength(16); here IV.fromLength(16); creates random number everytime. final _key = Key.fromUtf8('XXym1y2s3o9ftyZZ'); final _iv = IV.fromUtf8("XXym1y2s3o9ftyZZ"); I'm doing the...
> @Prashant4900 don't use base64.decode() rather try using Encrypted encryptedData = Encrypted.fromBase64(encryptedText); maybe this is causing the issue. :) Still facing the same problem
> @Prashant4900 can you paste the full code ?? encrypter file ```bash import 'dart:developer'; import 'package:encrypt/encrypt.dart' as ec; // Keys for encryption/decryption final key = ec.Key.fromUtf8('37911490979715163134003223491201'); // final secondKey =...
I believe the issue arises from using the incorrect key value. I attempted to convert [this JavaScript](https://github.com/riimuru/gogoanime-api/blob/main/src/helpers/extractors/goload.js) code to Dart, and I assumed I needed to use the same key...
Hi @stnguyen90, when we expect custom token in stable version? I'm using flutter sdk and it's not available yet.
@sunil-singh-chaudhary Have you got any solution?
@jamesnyika I am also getting the same error did you get any solution?
Hello Team, Is this template request still open? I want to participate in it.
Yes, i understand if user doesn't have a proper architecture it will create project cluster fill with generate files but if there is option to provide a little bit flexibility...