listview1 Flutter 매우 간단한 무한 스크롤 만들기 시작하기 Flutter 의 ListView 위젯과 GetX를 이용해 마지막 리스트에 도달 하면 추가적인 데이터를 서버에서 가지고 오는 UI를 구현합니다. (GetX 대신 Provider나 StatefullWedget으로 변경해도 됩니다.) GetX 사용을 위한 기본 설정들 💡 GetX를 사용하지 않는경우 해당항목 생략 pubspec.yaml dependencies 추가 get: ^4.1.4 main.dart MaterialApp → GetMaterialApp 으로 변경 void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return GetMater.. 2021. 4. 29. 이전 1 다음