https://github.com/ahmedghaly15/onboardng-animation-app
https://github.com/ahmedghaly15/onboardng-animation-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmedghaly15/onboardng-animation-app
- Owner: ahmedghaly15
- Created: 2023-06-15T06:44:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T10:45:10.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T20:49:32.486Z (4 months ago)
- Language: C++
- Size: 760 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OnBoarding-Animation-App
Onboarding Animation is a Flutter app that showcases some cool and good animations on an onboarding page. The purpose of this app is to serve as a resource for other developers who want to build an onboarding page with animations or learn new animations in Flutter.
## Contents
- [Preview](#preview)
- [App Structure](#app-structure)
- [Features](#features)
- [Usage](#usage)
- [Getting Started](#getting-started)## Preview
## App Structure
```
lib
├── components
│
├── onboarding_screen.dart
│
└── main.dart```
## Features
- Animated onboarding screen
- Easily customizable
- Reusable code for building your own onboarding pages
- Resource to learn some new animations## Usage
The Onboarding Animation app is designed to be easily customizable and reusable. You can use the existing code as a starting point for your own onboarding page, or you can modify the existing code to suit your needs.
To customize the app, you can modify the following files:
- `lib/main.dart`: This file contains the main entry point for the app and sets up the initial screen.
- `lib/onboarding_screen.dart`: This file contains the code for the onboarding screen, including the animations.
- `lib/components/*`: This directory contains the various widgets used in the app.## Getting Started
This project a reusale on-boarding page with some animations and a helpful good resource to learn some new animations .
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.