This is a Flutter project that showcases a custom swipe animation (in the context of on boarding screens), which was created as part of a design challenge. The goal of this project is to demonstrate the creative process of designing and animating an app concept.
Here's a demo of the app:
PageView.builder
usage for the on boarding transitions- Advanced usage of
setState
. - Usage of
Animated Widgets
such asAnimatedContainer
,AnimatedPadding
to handle the small animations.
- Flutter SDK
- Google Fonts
- Clone the repository
- Navigate to the project directory
- Run the following command in the terminal:
flutter run
Feel free to contribute by creating a pull request. Your contributions are always welcome!
This project was inspired by a food app concept animation created by Cuberto - Animated Onboarding Screens.
This project is intended for educational purposes only and may not be used for commercial purposes. See the LICENSE.md file for details.