Tagging
Try bookmarklet. Easy tagging.
Do you want to delete?
Do you want to modify?
  • LINKTAG
  • New
  • Tag
  • Comment
  • Tag, flutter
Sign in

flutter

flutter notification badge

Displaying notification badge on BottomNavigationBar's Icon

I'd like to display notification badge (a colored marble) on the top right corner of BottomNavigationBar's Icon widget when a new message has arrived in the inbox tab. It is similar to https://deve...
wono | discuss |
flutter google allowbackup 자동백업

[안드로이드] 앱 삭제 했는데 데이터가 남아 있는 문제 해결 방법/ 앱을 삭제했을 때 shared preference 데이터를 삭제하는 방법/ How to remove shared preference while application uninstall in android

출처 https://ddolcat.tistory.com/26 http://blog.naver.com/PostView.nhn?blogId=netrance&logNo=221224761858&parentCategoryNo=&categoryNo=95&viewDate=&isShowPopularPosts=true&from=search 앱을 삭제했을 때 shared preference 데이터를 삭제하는 방법 How to remove shared preference while application uninstall in android 앱을 삭제 후 재설치하게 되면 공유환경 설정(shared preference)에서 일부 데이터가 복원되는 증상이 요즈음 나온 최신 폰에서 발생하고 있습니다. 즉, 앱을 삭제 후 재설치하면..
wono | discuss |
flutter deprecation

[Flutter] Android Studio, Note: Recompile with -Xlint:deprecation for details.

Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. deprecated API가 있다는 노트이며 -Xlint:deprecation옵션을 설정하면 자세한 이유를 확인할 수 있다. project/android/build.gradle allprojects { tasks.withType(JavaCompile) { options.compilerArgs
wono | discuss |
flutter admob volume

How to mute Interstitial and Rewarded video ads in Admob?

Code: void _ads() async { var interAd = InterstitialAd( adUnitId: "use_some_genuine_ad_id_not_test_one", ); await interAd.load(); await interAd.show(); } Problem: Sometimes Admob l...
wono | discuss |
flutter alertdialog padding

flutter alertdialog padding Code Examples & Solutions For This Technical Problem Cluster

titlePadding: const EdgeInsets.only(top: 24.0, left: 24.0, right: 24.0), contentPadding: const EdgeInsets.fromLTRB(24.0, 20.0, 24.0, 24.0), actionsPadding: const EdgeInsets.all(0.0), // Padding around the set of actions at the bottom of the dialog. buttonPadding: const EdgeInsets.all(8.0), // The padding that surrounds each button in actions. insetPadding: const EdgeInsets.symmetric(horizontal: 40.0, vertical: 24.0),
wono | discuss |
flutter textbutton padding

[Flutter] TextButton widget의 padding 기본값 없애는 방법

Flutter에서 TextButton을 구현할 때"디자인대로 구현을 분명히 했는데..🤔 왜 TextButton이 더 크게 구현되지?" 하고 당황하는 경우가 종종 있다.구글링을 여러 번 한 끝에 찾은, 내가 자주 사용하는 해결법을 정리해 보려고 한다!구현된 TextBu
wono | discuss |
flutter autoclose dialog

Autoclose dialog in Flutter

I want to autoclose dialog a few seconds after opening. The solution that I found is to call Navigator.of(context).pop(); delayed and it works. But the problem occurs if I closed it manually (by cl...
wono | discuss |
구글플레이 애드몹 광고 가족 flutter

[Flutter] 교육 앱, 만 13세 미만 아동을 주요 대상으로 제작된 앱 광고 설정.

자꾸 잊어버려 적어놔야지
wono | discuss |
flutter android anr

[번역,정리]When, why, and how to multithread in Flutter - Google I/O 2022

Concurrency의 장점을 알아보고 사용해보자. 앱을 만들 때, 부드럽고 빠른 앱을 만들어 보자.
wono | discuss |
flutter android anr

[Android, ANR] Android Not Responding 는 무엇인가?

안녕하세요. 블랙진입니다.ANR에 대해 구글문서를 기본으로 내용을 정리해 보겠습니다. Application Not Responding (ANR) 어느 동작에서 메인 스레드(UI 스레드)가 오랫동안 점유하고 있으면 발생하는 메시지 입니다. 언제 발생하는가? 구글 문서에서는 다음과 같이 언급하고 있습니다. Generally, the system displays an ANR if an application cannot respond to user input.어플리케이션이 사용자의 (화면 터치와 같은)인풋 신호를 처리하지 못했을 때 ANR 다얼로그를 보여줍니다. an application blocks on some I/O operation (frequently a network access) on the UI ..
wono | discuss |
flutter circularprogressindicator

How to set size to CircularProgressIndicator?

I'm trying to make a loading screen for my application, I'm using CircularProgressIndicator widget, but I want to know if there's a way to make it bigger in height and width, it's too small. So, c...
wono | discuss |
flutter flame

Making Games with Flutter and Flame

wono | discuss |
flutter google drive

Flutter Upload data to Google Drive

We implemented Google login in the previous post. If you haven't checked the post yet, go to the following post fir
wono | discuss |
flutter google 로그인

[Flutter] Google Login ① - 준비

소셜 로그인 구현 두번째는 구글 로그인 입니다. 파이어베이스를 사용하면 훨씬 간단하지만 파이어베이스 없이 구현해보겠습니다. 먼저 프로젝트를 만들기 위해 Google Cloud Platform 에서 계정의 기본설정을 완료해주세요. 클라우드 컴퓨팅 서비스 | Google Cloud 데이터 관리, 하이브리드 및 멀티 클라우드, AI와 머신러닝 등 Google의 클라우드 컴퓨팅 서비스로 비즈니스 당면 과제를 해결하세요. cloud.google.com 프로젝트 생성 프로젝트 칸을 눌러줍니다. 새 프로젝트를 눌러주세요. 프로젝트의 이름을 설정하고 만들기를 누르면 프로젝트 생성은 끝입니다. OAuth 동의화면 햄버거 버튼 >> API 및 서비스 >> OAuth 동의 화면 을 눌러주세요 외부 선택 후 만들기를 누릅니다..
wono | discuss |
flutter complie kotlin

Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.5.1, expected version is 1.1.15

In Stripe, my client wants email and cardholder name, but the Stripe payment UI doesn't provide that option in com.stripe.android.view.CardMultilineWidget. I wanted to give it a try with the latest
wono | discuss |
flutter version 앱출시

[flutter]안드로이드 버전코드, 버전이름 업그레이드 하기

이번에 Flutter로 앱을 출시해보려고 했는데, 안드로이드 버전코드, 버전네임을 업데이트 하는 방법에서 조금 헤메었다. 이번 포스팅에서는 그 내용을 다뤄보도록 할 것이다. 처음에 나는 local.properties에서 값을 바꿔야 한다고 생각해서 바꿔보았다. 그러나 build를 할 때 마다 값이 되돌아 오는 것이었다. 알고보니 pubspec.yaml에서 바꿔주어야 했다. version: 1.0.1+2에서 1.0.1이 version name, 2가 version code가 되겠다. pebspec.yaml 주석에도 내용이 잘 설명되어 있었다. ㅠ # The following defines the version and build number for your application. # A version num..
wono | discuss |
flutter androidmanifest

[안드로이드/Android]Debug/Release에 따라 다른 Google API KEY 넣기

구글지도나 기타의 이유로 Google의 API를 사용하는 경우가 많이 있습니다. Google API console에서 사용하고자하는 기능을 활성화하고 API key를 받을 것입니다. 이경우 개발용 keystore와 배포용 keystore가 다르기때문에 각각 2개씩의 API KEY를 발급 받아야 합니다. 보통 Manifest파일에 아래와같이 선언하실겁니다. 개발중일경우는 배포용 KEY 코드부분을 주석하고 테스트를 하고 배포 할때는 개발용 KEY 코드부분을 주석처리하고 배포하는 식으로 운영합니다. 그런데 만약 깜박하고 배포할때 배포용KEY가 아닌 개발용KEY로 배포해버린다면 실제 서비스에서는 지도나 기타 기능들을 사용할 수가 없습니다.. 개발/배포 버전에 따라 항상 주석을 만들었다가 없앴다가를 반복해주어야 ..
wono | discuss |
flutter androidmanifest

Android Manifest Placeholders

In this article, you will learn how to make use of Android Manifest placeholders to supercharge your Android app development.
wono | discuss |
flutter url_launcher sdk33 downgrade

[Flutter] url_launcher (Packages of the Week)

launch를 호출하기 전에 canLaunch 메서드를 사용하여 지원되는 URL 스키마를 확인하는 것이 좋습니다. canLaunch 메서드가 false를 반환하는 경우 지원되지 않는 URL이 트리거되지 않도록 애플리케이션 UI를 조정하는 것이 좋습니다. 예를 들어 이메일이 지원되지 않는 경우 이메일을 전송했을 UI 버튼을 변경하여 사용자를 웹 페이지로…
wono | discuss |
flutter url_launcher sdk33 downgrade

launch method in Flutter url_launcher dart package is deprecated, but launchURL does not have forceSafariVC parameter

"launch" method in Flutter url_launcher dart package is deprecated, and it needs to be replaced to launchURL. But launchURL method does not have forceSafariVC parameter. How would the mig...
wono | discuss |
Next
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms