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 !!
Comments are closed.