- Видео 26
- Просмотров 12 031
Heesung Jin
Добавлен 14 июн 2015
Видео
How To Generate SHA1 Key In Latest Android Studio Tutorial [2022]
Просмотров 4922 года назад
SHA1 을 쉽게 얻는 방법을 알 수 있습니다.
change branch master to main gitea in docker
Просмотров 752 года назад
DEFAULT_BRANCH: master to main / GITEA in docker using portainer.
Flutter - Disable Override Back Button (Widget- WillPopScope)
Просмотров 6583 года назад
Flutter - Disable Override Back Button (Widget- WillPopScope), 입력뒤 뒤로가면 안되는 경우(퀴즈, 노트등등) 에 활용할 수 있습니다.
[flutter] add const modifier remove
Просмотров 6683 года назад
flutter 2.5 업데이트 이후 모든 정적 위젯에 const를 입력하는 방식으로 변경되었습니다. 작업을 하면서 밑줄? 이 생기는 것에 신경쓰이기 때문에 영상의 방식처럼 하면 지울 수 있습니다. ADD 21.10.20 add code as below in analysis_options.yaml prefer_const_constructors: false prefer_const_literals_to_create_immutables: false prefer_const_constructors_in_immutables: false
[MAC] APP - tinkertool
Просмотров 2,4 тыс.3 года назад
TinkerTool를 이용하여 Dock의 가리기 속도를 높일 수 있습니다. tinkertool app - www.bresink.com/osx/TinkerTool.html
sourcetree connect gitea
Просмотров 2 тыс.3 года назад
sourcetree를 이용하여 local 폴더에 자료를 gitea에 넣을 수 있습니다.
mac cmd w close window shortcut (M1)
Просмотров 423 года назад
카라비너(무료)와 키보드 마에스트로(유료)를 사용하여, 거의 사용하지 않는 오른쪽 옵션키를 cmd w 로 변경하여 사용합니다.
Flutter fluttertoast show message
Просмотров 503 года назад
pub : pub.dev/packages/fluttertoast Firebase login error message using fluttertoast 에러메시지를 fluttertoast를 이용할 수 있습니다.
flutter - singlechildscrollview didn't work
Просмотров 2153 года назад
BOTTOM OVERFLOWED BY XX PLXELS, my solution, 1)) resizeToAvoidBottomPadding: false, 2)) Padding(padding: EdgeInsets.only(bottom: MediaQuery.of(context).viewInsets.bottom),
Self make Airline DCS - Board & Deboard Part
Просмотров 144 года назад
Self make Airline DCS - Board & Deboard Part
input source change (3 language more) in MAC
Просмотров 2685 лет назад
input source change (3 language more) in MAC
Hi can you share the code from ripples code todo project I'm almost completed but I couldn't able to update it's showing request ID couldn't be found please kindly share
are u mean Appwrite flutter todo bloc ? my typing code like as below -> urls.flutterkage2k.com/n2efw4
@@heesungjin8554 thank you
wow greate bro thanks for helping me
nice video, thank you
Nice job, Thanks Bro
What happens to existing projects? Will they automatically gain an additional branch? Can you automatically rename existing "master" branches?
The master branch was the default when creating the repository before. But I changed it to main. Of course, it is possible to create another branch and branch it after creating a repository.
Not able see what you are showing.
-- ADD 21.10.20 add code as below in analysis_options.yaml prefer_const_constructors: false prefer_const_literals_to_create_immutables: false prefer_const_constructors_in_immutables: false
Easy and Fast, Thanks Bro
ime short cut 응용프로그램 이용못한다네요
ime사이트는 운영을 안하는것 같습니다. 다른프로그램인 switchIM 은 어떠신가요? nuridol.egloos.com/4123020
그냥 한영키로 한 영 일 교치하는 방법은 없나요?
좋은 영상 감사합니다! 그런데 맨 처음에 F17, F18, F19로 지정하는 건 어떻게 하나요? 그것부터도 잘 몰라서..ㅎㅎ
답변이 많이 늦었습니다. 설마 댓글이 있을 꺼라 생각을 못했거든요.. 해당영상 1:38초 부분에 보면 Karabiner를 이용해서 해당 펑션키를 지정하는 부분이 나옵니다. 참고해주세요~
Heesung Jin 감사합니다!