목록introduction_screen (1)
와챠의 우당탕탕 개발 기록장

flutter에서는 온보딩 화면을 간단하게 만들 수 있는 라이브러리를 제공해준다. 바로 이것. https://pub.dev/packages/introduction_screen introduction_screen | Flutter Package Introduction/Onboarding package for flutter app with some customizations possibilities pub.dev 기존에 제공해주는 기능은 다음과 같다. 이미지, 타이틀, 설명 텍스트, 스킵 버튼, 다음 버튼, 인디케이터 이것들의 위치가 고정이다. 그래서 아래와 같이 이미지, 타이틀, 설명을 지정해주면 나만의 온보딩을 간단하게 만들 수 있다. PageViewModel( title: "Title of introd..
코딩 일기장/Flutter
2023. 7. 13. 12:57