0
[flutter] chips_choice 사용하기
https://pub.dev/packages/chips_choice 설치 1flutter pub add chips_choice Map 데이터 생성 123456789final categoryList = <Map<String, String>>[ {'value': 'mon', '
https://pub.dev/packages/chips_choice 설치 1flutter pub add chips_choice Map 데이터 생성 123456789final categoryList = <Map<String, String>>[ {'value': 'mon', '
getx 설치 12dependencies: get: ^4.6.6 routes 생성 url 을 정의하고, pages 에서 binding 까지 설정한다. 123456789101112class Routes { static const main = '/'; static const defaultTransition = Trans
네트워크 이미지 보여주기 1Image.network('https://picsum.photos/250?image=9') 모서리 둥글게 만들기 12345678ClipRRect( borderRadius: BorderRadius.circular(8.0), child: Image.network( 'https:/