An open API service indexing awesome lists of open source software.

https://github.com/ahmedghaly15/onboardng-animation-app


https://github.com/ahmedghaly15/onboardng-animation-app

Last synced: 3 months ago
JSON representation

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.