jonbhanson / flutter_native_splash

Automatically generates native code for adding splash screens in Android and iOS. Customize with specific platform, background color and splash image.
https://pub.dev/packages/flutter_native_splash
MIT License
1.28k stars 200 forks source link

Allow users to set a GIF file format for splash icon #648

Closed nakulbisht closed 3 months ago

nakulbisht commented 4 months ago

Hi, I have stumbled upon your flutter package and truly believe it is the best solution for every splash screen related problem.

Although great, I want to bring your attention to my one simple request and that is, with addition to allowing .png file formats inside Android and iOS, please allow us to add .gif or .mp4 file format for our splash image.

I hope this should be simple, as you already allow fellow developers to add .gif file format splash images for web development.

Zhamshid commented 4 months ago

Hi, I have stumbled upon your flutter package and truly believe it is the best solution for every splash screen related problem.

Although great, I want to bring your attention to my one simple request and that is, with addition to allowing .png file formats inside Android and iOS, please allow us to add .gif or .mp4 file format for our splash image.

I hope this should be simple, as you already allow fellow developers to add .gif file format splash images for web development.

+, or can you add new line after images that can be any loader place for custom animation in that formats

like that:

--- logo image---
---loading gif----
__
jonbhanson commented 3 months ago

You can add your support for GIF on Android and iOS to https://github.com/jonbhanson/flutter_native_splash/issues/245.

nakulbisht commented 3 months ago

You can add your support for GIF on Android and iOS to https://github.com/jonbhanson/flutter_native_splash/issues/245.

Thank you for the reply @jonbhanson

So, are the .gif files not supported currently for Android or IOS, as I was unable to find any solution regarding my problem?

jonbhanson commented 3 months ago

Currently .gif files are only supported on web.

nakulbisht commented 3 months ago

Currently .gif files are only supported on web.

Could you please provide information regarding the current status of .gif file support for Android and iOS platforms in your development timeline?

jonbhanson commented 3 months ago

I don't have plans to add .gif support.