본문 바로가기
728x90

개발456

ionic framework Angular Ionic 강좌 (tistory.com) Angular Ionic 강좌 Angular Ionic 강좌 Angular Ionic 강좌 - YouTube www.youtube.com opensupport.tistory.com Build Your First Ionic Mobile App: Angular Development Tutorial (ionicframework.com) Your First Ionic App: Angular | Ionic Documentation Build Your First Ionic Mobile App: Angular Development Tutorial ionicframework.com 2023. 8. 30.
GetX, GoRouter 함께 사용하기! https://velog.io/@sunwonsw95/GoRouter-GetxController [Flutter] GoRouter + GetxController GoRouter와 GetX를 사용할 때 GetPage를 사용하지 못하다보니 원래 사용해오던 Getx의 바인딩을 사용하지 못하는 문제가 발생했다.해결방법 : GetBuilder를 통해 바인딩을 직접 지정해줘야한다.이런 방식 velog.io 2023. 8. 21.
mapIndexed list -> map widget을 만들어 줄 때 index가 필요하게 될 때는 ...List.genearted(length, Widget) 이런식으로 넣어줬었는데 mapIndex라는 method가 collection에서 제공 되는 걸 알게 되었다! 다음부터는 이걸 써야겠다!! 내가 위젯 넣을 때는 잘 안 쓰는 방법이지만 For 구문을 이용해서 넣어줄 수도 있다! for (int i = 0; i < 5; i++) SizedBox.shrink(), https://dev-yongsu.tistory.com/16 Flutter [.mapIndexed()] method Flutter를 사용해서 개발을 하다보면 Iterable 클래스의 .map() 메서드를 리스트의 항목을 매핑하는데 유용하게 사용한다. 그런데 .m.. 2023. 8. 10.
freezed live template 예전에 강의보고 freezed live templete 만들어서 사용하고 있었는데 안드로이드 스튜디오가 오류 나는 바람에 재설치하게 되면서 live templete 이 날아갔다! 다시 만들기 위해서 링크를 찾아보게 되었음 https://www.inflearn.com/questions/690339/freezed-dataclass-파일-어떻게-생성해요 freezed dataclass 파일 어떻게 생성해요? - 인프런 | 질문 & 답변 - 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 www.inflearn.com https://velog.io/@jsoh/Flutt.. 2023. 8. 4.
728x90