Ivo Fernandes

Results 19 comments of Ivo Fernandes

But you think it's a good idea? If you want I can join both samples in the same main.dart

Actually what the package picks as example to pub.dev is the main.dart in the example folder

Created the pull request here https://github.com/diegoveloper/flutter_percent_indicator/pull/178

Did you published the package as a separated package? Maybe this developer is not interested in this package anymore :(

Yes it works perfectly, not sure why this pull request is not merged

Well, the package is yours so you are the one that needs to decide that trade-off :) On my packages I put all on the example in the main.dart file,...

I tested here and it works great :)

I have fixed the null safety, I can upload it if you still want

Same here: flutter: \^[[38;5;196m[E]\^[[0m zoneGuarded: zoneError ERROR: Invalid argument(s): Invalid or corrupted pad b flutter: #0 PKCS7Padding.padCount (package:pointycastle/paddings/pkcs7.dart:42:7) #1 PaddedBlockCipherImpl.doFinal (package:pointycastle/padded_block_cipher/padded_block_cipher_impl.dart:112:30) #2 PaddedBlockCipherImpl.process (package:pointycastle/padded_block_cipher/padded_block_cipher_impl.dart:74:25) #3 AES.decrypt (package:encrypt/src/algorithms/aes.dart:68:22) #4 Encrypter.decryptBytes (package:encrypt/src/encrypter.dart:39:10)...

They started to encrypt the stores, looks like they encrypted with AES or something like that and now stores values comes as a string, not sure how to solve that