Welcome Screen Example is a Flutter project that demonstrates how to create a beautiful and engaging welcome screen for a fictional app called "Welcome Screen". The welcome screen includes multiple pages with illustrations and animations, providing an inviting and user-friendly experience.
- Animated Welcome Pages: Each page has a smooth transition animation, creating a dynamic and engaging user experience.
- Custom Background: The welcome screen features a custom background image to enhance visual appeal.
- Optional Button: An optional button on the welcome pages for additional actions, such as navigating to the next screen.
-
First Screen:
- Text: "Welcome to Welcome Screen"
-
Second Screen:
- Text: "With Welcome Screen you can easily welcome anybody"
-
Third Screen:
- Text: "Improve the User Experience with a Welcome Screen!"
- Flutter SDK: Install Flutter
- Clone the repository:
git clone https://github.com/betazetadev/flutter-welcome-screen
cd flutter-welcome-screen
- Install dependencies:
flutter pub get
- Run the app:
flutter run
Once the app is running, you will see the welcome dialog with multiple pages. The welcome screen is designed to guide new users through the features of the fictional app, "Welcome Screen". Users can navigate through the pages using the smooth animations and interact with the button at the bottom. The optional button on the last page can be used to proceed further in the app.
Distributed under the MIT License. See LICENSE
for more information.