728x90 전체 글551 평범한 텍스트 버튼 elevation button 을 만들어서 elevation =0 할 필요 없이 textbutton 을 만들어서 background color를 주면 더 편하게 만들수 있다라는 것을 알게 되었다. /*TextButton( onPressed: () => Get.toNamed(Routes.editProfilePage), style: ButtonStyle( backgroundColor: MaterialStateProperty.all( AppColors.lightGray02), shape: MaterialStateProperty.all(RoundedRectangleBorder( borderRadius: BorderRadius.circular(40), )), ), ch.. 2022. 7. 8. index scroll library 지금 현재는 다른 library를 쓰고 있지만 이 것도 평이 꽤 좋다 https://pub.dev/packages/scroll_to_index scroll_to_index | Flutter Package Scroll to a specific child of any scrollable widget in Flutter pub.dev 2022. 7. 5. Getx refresh() https://here4you.tistory.com/276 GetX를 이용할 때 값이 변경되지 않는 경우 GetX란 Flutter앱의 상태관리에 사용되는 패키지로 Provider와 유사한 기능을 제공한다. Provider에 비해 보다 가벼우며 더 강력하다고 하는데 기존의 Provider 대비 보다 다양한 기능을 제공하고 있다. 그 here4you.tistory.com GetX controller를 쓰면서 obs 객체들이 값이 변화하여도 UI가 변하지 않는 현상이 가끔 있었다. list.refresh()는 명시적으로 요청함으로써, 해당 값에 대한 UI가 변경 된다고 한다. 2022. 7. 1. git 로컬 저장소 삭제 깃 로컬저장소 이상하게 설정해놓으면.. 문제가 생긴다.. https://www.lainyzine.com/ko/article/how-to-remove-git-repository-and-github-repository/ 2022. 6. 28. 이전 1 ··· 93 94 95 96 97 98 99 ··· 138 다음 728x90