앱 시작화면1 Flutter 움직이는 그림(Lottie) 넣기 Flutter 움직이는 그림(Lottie) 넣기 이번에는 Lottie 를 활용한 움직이는 그림 넣는 방법에 대해 알아보겠다. 사용법은 매우매우 간단하다. 동작 원리 1. pubspec.yaml 추가 (lottie) 2. 파일 추가 1. pubspec.yaml 추가 (lottie) dependencies: flutter: sdk: flutter lottie: 2. 파일 추가 ListView( shrinkWrap: true, children: [ // Load a Lottie file from your assets Lottie.asset('assets/LottieLogo1.json'), // Load a Lottie file from a remote url Lottie.network( 'https://raw.. 2020. 8. 27. 이전 1 다음