https://github.com/ahmedghaly15/animatedappwithrive
A Flutter project that utilizes Rive Animations to create beautiful and smooth user interfaces.
https://github.com/ahmedghaly15/animatedappwithrive
dart flutter flutter-apps flutter-examples flutter-ui rive
Last synced: about 2 months ago
JSON representation
A Flutter project that utilizes Rive Animations to create beautiful and smooth user interfaces.
- Host: GitHub
- URL: https://github.com/ahmedghaly15/animatedappwithrive
- Owner: ahmedghaly15
- Created: 2023-08-25T14:41:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T23:09:14.000Z (almost 3 years ago)
- Last Synced: 2025-07-18T10:08:20.927Z (11 months ago)
- Topics: dart, flutter, flutter-apps, flutter-examples, flutter-ui, rive
- Language: Dart
- Homepage:
- Size: 745 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AnimatedAppWithRive
A Flutter project that utilizes Rive Animations to create beautiful and smooth user interfaces. The project consists of three screens: an Onboarding screen, an Entry screen, and a Home screen. The Rive Animations library enhances the visual appeal of the UI and provides a seamless user experience.
## Table of Contents
- [Preview](#preview)
- [Features](#features)
- [Installation](#installation)
- [Dependencies](#dependencies)
- [Getting Started](#getting-started)
## Preview
https://github.com/ahmedghaly15/AnimatedAppWithRive/assets/108659381/2e0fe126-e6f2-482c-a5e9-aff036ec9a05
## Features
- `Onboarding screen`: Introduce users to the app's features with captivating Rive animations.
- `Entry screen`: Provide a visually appealing transition from the onboarding screen to the main app.
- `Home screen`: Display relevant information and interactive elements with smooth Rive animations.
## Installation
To run this project locally, follow these steps:
1. Clone the repository:
```
git clone https://github.com/ahmedghaly15/AnimatedAppWithRive ↗
```
2. Change to the project directory:
```
cd AnimatedAppWithRive
```
3. Install the dependencies:
```
flutter pub get
```
4. Run the app:
```
flutter run
```
## Dependencies
List the dependencies your project relies on, including the Rive Animations package, and any other Flutter packages you have utilized. For example:
- [rive: ^0.9.1 ↗](https://pub.dev/packages/rive)
- [flutter_svg: ^1.1.6 ↗](https://pub.dev/packages/flutter_svg)
## Getting Started
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.