-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e603b18
commit ec7b4f3
Showing
3 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |