728x90 전체 글584 Firebase fcm에 큰 icon, image url 넣기 안되어서 골탕 좀 먹다가 발견함! https://tutorialmeta.com/question/messaging-payload-contains-an-invalid-android-property-valid-properties-are Messaging Payload Contains An Invalid "android" Property. Valid Properties Are "data" And "notification" I'm trying to send push notifications with firebase cloud functions with platform specific configuration. i got following config from ... tutorialmeta.com 2022. 7. 18. 평범한 텍스트 버튼 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. 이전 1 ··· 101 102 103 104 105 106 107 ··· 146 다음 728x90