728x90 전체 글565 flutter_local_notifications(1/2) 왜 인지는 모르고 notification 을 잘 쓰려면 이걸 넣어야한다길래 넣었는데, notification 으로 다양한 기능을 넣어줄 수 있다는 걸 알게 되었다!ㅎㅎ . https://pub.dev/packages/flutter_local_notifications#ios-pending-notifications-limit flutter_local_notifications | Flutter Package A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customise for each platform. pub.dev https://www.you.. 2022. 7. 19. 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. 이전 1 ··· 96 97 98 99 100 101 102 ··· 142 다음 728x90