Closed Abhishek-kumar09 closed 3 years ago
can i add a splash screen using flutter? @Abhishek-kumar09
How would you integrate flutter inside ionic application, I don't think there is some ways of doing that if I am not wrong, flutter is framework cum sdk and requires its own seperate environment for building and running cross platform applications.
How would you integrate flutter inside ionic application, I don't think there is some ways of doing that if I am not wrong, flutter is framework cum sdk and requires its own seperate environment for building and running cross platform applications.
sorry i got some misconception.
No problem, thanks for showing your interest.
I would like to work on this issue, Can you please ellaborate it a bit
@Abhishek-kumar09 Can you assign it to me.
I would like to work on this issue, Can you please ellaborate it a bit
Splash screens are screens that shows up when someone app is just starting and the app has not finished loading. Like you see in any android application.
You have to add a splash screen for this application too. You can refer: https://ionicframework.com/docs/native/splash-screen or may also watch some youtube videos demonstrating it.
I would like to work on this issue, Can you please ellaborate it a bit
Splash screens are screens that shows up when someone app is just starting and the app has not finished loading. Like you see in any android application.
You have to add a splash screen for this application too. You can refer: https://ionicframework.com/docs/native/splash-screen or may also watch some youtube videos demonstrating it.
Thanks a lot, I'll do it. @Abhishek-kumar09
@Striver08 Are you working on it?
@Abhishek-kumar09 I would like to work on this issue.
Okay, Here is the more description: https://github.com/codeforcauseorg/edu-client/issues/56#issuecomment-798275707 you have to run your app in the android device itself, to test the changes.
@Abhishek-kumar09 Do we have the assets for static splash image and app icons ? I was thinking we can add a loading animation after we splash a static image.
For now add splash with any any dummy image and text.
@Abhishek-kumar09 Update: Here is what splash screen looks like. Should I proceed with a PR ?
Should I proceed with a PR ?
Yes please, it looks good. we can modify that in future if needed.
What is feature
We want to have a splash screen for the ionic aplication when opened in android or iOS.
Describe the solution you'd like
Adding splash screen, requires a bit of ionic/ capacitor knowledge: https://ionicframework.com/docs/native/splash-screen .