Andrew's Garage

Shrunk Expand

Primary Navigation

← Older postsNewer posts→
  • 앱 상태(AppLifeCycle) 이벤트 얻기

    https://flutter.dev/docs/get-started/flutter-for/android-devs#how-do-i-listen-to-android-activity-lifecycle-events 이 plugIn을 사용한다. 앱 활성 된 상태에서 back 키를 눌러 앱을 종료하면 inactive > paused > detached 순으로 발생되는…


    Continue reading → Post ID 1248

    Posted on 2021-05-18 12:47 AM by andrew Comment
    📂This entry was posted in flutter
  • FutureBuilder

    Future가 있는 위젯을 만들기위해선 Stateful 위젯으로 해둔 다음에, 로딩이 완료되면 그 값에 따라 setstate을 다시 해야했다.  코드가 굉장히 지저분해지고, Stateful위젯이 강제된다는 점에서 불편하기도 했다. 이를 극복하기 위해 존재하는 위젯이 있는 바로 FutureBuilder를 사용하는 것이다. FutureBuilder는…


    Continue reading → Post ID 1246

    Posted on 2021-05-18 12:39 AM by andrew Comment
    📂This entry was posted in flutter
  • VSCode에서 gradle sync하는법

    프로젝트 내부의 android 폴더에서 아래 명령 실행 .\gradlew –refresh-dependencies 보통은 바로 Sync. 작업이 돌아 가는데 간혹.. 이런오류가 나는 경우가 있음.. 이럴때는gradle.properties 화일에 org.gradle.jvmargs=-Xmx1024m 으로 추가 또는 변경 하고 Save 하면 정상 처리…


    Continue reading → Post ID 1244

    Posted on 2021-05-18 12:23 AM by andrew Comment
    📂This entry was posted in flutter
  • Dart : Cascade operator

    반복되는 keyword를 줄여 준다.. final addressBook = AddressBookBuilder();addressBook.name = “kims”addressBook.address = “kims@box.cokr”addressBook.phone = PhoneNumberBuilder();addressBoo…


    Continue reading → Post ID 1242

    Posted on 2021-05-18 12:18 AM by andrew Comment
    📂This entry was posted in flutter
  • Flutter 사용 정리

    OSX, Windows, Linux, Web에서 사용하기 위해서는 각 기능을 켜줘야함. Flutter로 데스크톱 애플리케이션 개발 시작하기 일회성 구성 변경으로 데스크톱 지원을 구성해야합니다.$ flutter config –enable-windows-desktop # for the Windows runner$ flutter config…


    Continue reading → Post ID 1239

    Posted on 2021-05-14 3:44 PM by andrew Comment
    📂This entry was posted in flutter
  • 영어

    While ago : “조금 전에” 또는 “아까, 아까전에” 등 ( 발음이 왈라고~ 라고 들림 )


    Continue reading → Post ID 1226

    Posted on 2021-01-31 12:50 AM by andrew Comment
    Uncategorized
  • 실패 노트를 작성하자..

    진행 한 일에 대해 실패 노트를 작성하자. 어떤 것을, 누가, 어떻게, 했는지 그리고 그 결과가 어떻게 일어 났는지 적자.. 그리고 그 일이 반복되지 않기 위해서 어떻게 해야 하는지에 대해서 최대한 상세하게 적어 보자..


    Continue reading → Post ID 1219

    Posted on 2020-06-06 12:13 AM by andrew Comment
    Uncategorized
  • GitLab Password Reset

    GitLab Default Password First up, if you were naughty and didn’t change your GitLab default password then try these: Username: root Password: 5iveL!fe If that works, make changing the root passw…


    Continue reading → Post ID 1195

    Posted on 2018-08-02 8:13 PM by andrew Comment
    Uncategorized
  • OSX에서 공백이 존재하는 PATH를 $PATH에 넣기..

    여러 가지 방법이 있지만..    가장 효율 적인 방법은..  /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin  <<– 이렇게 나오는 걸..  /Applications/Visual Studio Code.app/Content…


    Continue reading → Post ID 1183

    Posted on 2017-04-14 2:10 PM by andrew Comment
    Uncategorized
  • C++ Development using Visual Studio Code, CMake and LLDB

    this article are captured as “https://medium.com/audelabs/c-development-using-visual-studio-code-cmake-and-lldb-d0f13d38c563“   I’ve been working for almost a year implementing micro-…


    Continue reading → Post ID 1181

    Posted on 2017-04-14 1:47 PM by andrew Comment
    📂This entry was posted in VSC

Posts navigation

Previous 1 2 3 … 36 Next

  • Recent Posts

    • MySql 관리
    • Pair Programming Is Not Pair Coding
    • 기기 고유 식별(Identify) 얻기 device_info
    • QR 코드 스캔(QR Code Scan) 초간단 예제(Simple example)
    • 싱글톤(Singleton) 클래스
  • Recent Comments

    • Shela SchurShela Schur on RED5 & FFMPEG & FFserver 스트리밍 서버 구축하기
    • DeepsDeeps on [Linux] /dev/sdc1 is apparently in use by the system; will not make a filesystem here!
    • IvanIvan on How to install openssl on windows with visual studio 2015
    • KeenanBoldKeenanBold on centos7] Adding to Firwwall rules
    • andrewandrew on How to install POCO C++ libraries on Windows with Visual studio 2015
  • Archives

    • December 2021
    • May 2021
    • January 2021
    • June 2020
    • August 2018
    • April 2017
    • March 2017
    • February 2017
    • September 2016
    • August 2016
    • July 2016
    • June 2016
    • September 2015
    • August 2015
    • July 2015
    • June 2015
    • May 2015
    • April 2015
    • March 2015
    • February 2015
    • January 2015
    • December 2014
    • November 2014
    • September 2014
    • August 2014
    • July 2014
    • June 2014
  • Categories

    • C/C++
    • cmake/make
    • CUBE
    • DB관련
    • DIY & H/W
    • flutter
    • JAVA
    • javascript
    • jboss&tomcat
    • JEUS & WEBToB
    • Linux
    • Linux
    • MDX등
    • MFC & WINDOWS
    • OS tune
    • OSX
    • PDW
    • SVN
    • Uncategorized
    • UNITY3D/COCOS2D
    • VSC
    • WAS, Servet Containers
    • Webserver
    • 기술
    • 기술자료
    • 일반
    • 일상
    • 참고를 위한 저장물
    • 책
  • Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
  • AdSense


©2025 boots Entries RSS and Comments RSS Child theme Boots of Raindrops Theme