Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KauaLimaMartins committed Mar 17, 2021
1 parent 399d595 commit a17b5ae
Showing 1 changed file with 31 additions and 10 deletions.
41 changes: 31 additions & 10 deletions README.md
@@ -1,16 +1,37 @@
# interactive_login
<h1 align="center">
Animated Login UI with Teddy 🐻
</h1>

A new Flutter project.
<h2 align="center">
<img src="./examples/example.gif" height="400" />
</h2>

## Getting Started
<br />

This project is a starting point for a Flutter application.
## Used Packages

A few resources to get you started if this is your first Flutter project:
- ✨flare_flutter

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
## How to run

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.
1. First clone the repo:

```bash
git clone https://github.com/KauaLimaMartins/Teddy-Animated-Login-UI.git
```

<br />

2. In the repo path:

```bash
flutter pub get
```

<br />

3. And finally:

```bash
flutter run
```

0 comments on commit a17b5ae

Please sign in to comment.