ByDzTm071
?? Fast code and awesome design-ui for Login Page Part 2 ! ?
Getting Started #
First you need to add simple_animations 4.0.0 Or + and flutter_svg in the dependency at pubspec.yaml:
dependencies:
simple_animations: ^4.0.0
flutter_svg: ^0.22.0
Two you need to remove comment in the dependency at pubspec.yaml:
# assets:
# - images/
To
assets:
- images/
And add this Also !!
fonts:
- family: Lobster
fonts:
- asset: font/Lobster-Regular.ttf
Basic Usage #
Add this inside your main.dart or your page !
Note From : simple_animations in pub.dev !!