Skip to content

Commit

Permalink
readme added
Browse files Browse the repository at this point in the history
  • Loading branch information
abuanwar072 committed Dec 9, 2022
1 parent e603b18 commit ec7b4f3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# rive_animation
# Animated App with Rive and Flutter

A new Flutter project.
**Fonts**

## Getting Started
- Poppins [link](https://fonts.google.com/specimen/Poppins)

This project is a starting point for a Flutter application.
## [Watch it on YouTube](https://youtu.be/Td3xEWwRAQA)

A few resources to get you started if this is your first Flutter project:
Hello, welcome to my new Flutter series focused entirely on animation. This is the app we are planning to build. As you can see a beautiful background animation using shapes and blur. As well as a cool button animation. Once we tap on the sign-in button a loading animation shows. If there is any error it shows an error animation. It will load and have a success animation with confetti if everything is okay.
Also on the bottom navigation bar, we have animated icons that really make your app design stand out more.

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
So, what is really surprising about this is that we're using animated assets, which means that these icon animations are not made in code. Instead, they're made in Rive which is a really cool animation tool that lets you create animated assets for your website, iOS, Android, and most importantly Flutter.

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
### Animated App with Rive and Flutter

![Preview](/gif.gif)

![App UI](/ui.png)
Binary file added gif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec7b4f3

Please sign in to comment.