Results 61 comments of Jon Hanson

@shailen @codingjeremy @samtstern Can you take a look at this please? It is really easy to reproduce... just install the LocationUpdates, deny location permission, hit OK on the snackbar prompt,...

I was able to get it working by using `AESMode.cbc` on the dart side. Then the node.js side could decrypt successfully: ```dart final encrypter =Encrypter(AES(key, mode:AESMode.cbc)); ```

I tried your config (updating the path to my own image) and it works fine. Can you add the output of the `flutter pub run flutter_native_splash:create` command?

Can any of you send a copy of a project with this problem? I haven't been able to reproduce.

For those who have had this problem: maybe your projects were created with Flutter < 2.5 and now need to be migrated. Can you follow the [steps in the migration...

@mihiron can you please explain why updating these dependencies is desirable? It seems that this would cause a problem for some of the users of this package who have not...

@OutdatedGuy I really like the work you did here, thanks! I agree that your approach is a better one. However, the thing that scares me is that [html](https://pub.dev/packages/html/changelog) hasn't been...

> // It works fine on the emulator , but not in my samsung S22, Thank You in Advance ! As stated in the [readme](https://pub.dev/packages/flutter_native_splash): >There are a number of...

> so which launcher should users use ? A Google launcher.

@Happeal what did you add manually?