Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue
Proposed Changes
Additional Info
Checklist
I made splash screen for your application. All the code can be found in welcome.dart. I divided my code into separate files so that it is easier for reading purpose. I have followed all proper naming conventions. The separate widgets that I made for the application can be found in welcome_splash.dart. Since all the screens had same theme, a photo, a heading, a caption, and an index. So I created a separate model class for it welcome_model.dart. I created a new controller WelcomeController for the navigating between the pages and to store the content of the page and also for the pagination below the images. The skip button on the splash screen will navigate you to Home screen. There was also an unused dependency lying in pubspec.yaml file, I removed it as well.
I have made the splash screens for your application. For splash screens to work I added new files such as a new model and a new controller to handle the navigating and the content of the splash screen.
It solves issue #4
#4
I tested my splash screen in multiple emulators of different sizes.
Output Screenshots