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.
- Host: GitHub
- URL: https://github.com/RustyDaemon/flutter-login-animation
- Owner: RustyDaemon
- License: mit
- Created: 2019-04-11T10:17:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T10:35:02.000Z (almost 7 years ago)
- Last Synced: 2025-05-30T03:39:28.068Z (9 months ago)
- Topics: dart, flutter, flutter-apps, flutter-examples
- Language: Dart
- Size: 515 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.