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

https://github.com/RustyDaemon/flutter-login-animation

A simple project that demonstrates a simple way to animate your login button in Flutter.
https://github.com/RustyDaemon/flutter-login-animation

dart flutter flutter-apps flutter-examples

Last synced: 4 months ago
JSON representation

A simple project that demonstrates a simple way to animate your login button in Flutter.

Awesome Lists containing this project

README

          

# Flutter login animation sample

A simple project that demonstrates a simple way to animate your button in [Flutter](https://flutter.io).

## Getting Started

- Clone this repository and run it.
- You may replace those lines with an implementation of your own logic

```dart
Timer(Duration(milliseconds: 1400), () {
setState(() {
_completed = false;
});
});
```

## License
This project is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file.