bydztm071
�� fast code and awesome design-ui for login page part 3 ! ��
image | gif image |
---|---|
getting started #
first you need to add simple_animations 4.0.0 or + in the dependency at pubspec.yaml:
dependencies:
simple_animations: ^4.0.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 !!
Comments are closed.