Seemingly Online
close
프로필 배경
프로필 로고

Seemingly Online

  • 카테고리 (571)
    • Language (250)
      • 알고리즘 (100)
      • Java (144)
      • python (2)
      • Kotlin (4)
    • WEB (141)
      • Spring (24)
      • Spring Security (3)
      • Next.js (3)
      • TypeScript (3)
      • JavaScript (45)
      • jQuery (7)
      • CSS (25)
      • XML (3)
      • Maven (1)
      • Gradle (1)
      • JSP (1)
      • Thymeleaf (10)
      • HTML (11)
      • MyBatis (1)
      • JPA (3)
    • App (45)
      • Flutter (34)
      • Dart (4)
      • Android (2)
      • IOS (3)
      • Firebase (2)
    • Git (6)
      • GitHub (6)
    • AWS (15)
      • SCT (2)
      • Amazon Aurora (1)
      • S3 (2)
      • EventBridge (1)
      • EC2 (7)
      • EFS (1)
    • DataBase (44)
      • MySQL (19)
      • Oracle SQL (19)
      • Postgre-SQL (6)
    • OS (33)
      • Linux (27)
      • Windows (1)
      • Mac (5)
    • Tool (15)
      • DocKer (6)
      • Intellij (7)
      • VScode (2)
    • IT (17)
      • Developer-etc (13)
      • 개발상식 (4)
    • CodePen (2)
      • 캐러셀 (2)
  • 홈
  • 방명록
[Flutter] 플러터 Logger 클래스 사용방법

[Flutter] 플러터 Logger 클래스 사용방법

2023-11-15 1. 방법 pubspec.yaml 에 우선 아래와 같이 logger 패키지를 선언해 주고 저장해 주면 vscode가 알아서 필요한 정보를 가져온다. dependencies: flutter: sdk: flutter . . . logger: ^2.0.2+1 이후 main.dart 와 같은 곳에 아래와 같이 선언한다. Future main() async { . . . runApp(const MyApp()); } var log = Logger( printer: PrettyPrinter(), ); 아래와 같은 방식 처럼 사용하면 된다. 문자열 메시지 대신 List, Map 또는 Set과 같은 다른 개체를 전달할 수도 있다. if (user != null) { log.i('현재 로그인 유저 : ..

  • format_list_bulleted App/Flutter
  • · 2023. 11. 15.
  • textsms
[Flutter] FlutterError (Binding has not yet been initialized.The "instance" getter on the ServicesBinding binding mixin is only available once that binding has been initialized. 해결방법

[Flutter] FlutterError (Binding has not yet been initialized.The "instance" getter on the ServicesBinding binding mixin is only available once that binding has been initialized. 해결방법

2023-11-14 1. 원인 firebase와 flutter 앱을 연동하는 과정에서 아래와 같은 오류가 발생했다. FlutterError (Binding has not yet been initialized. The "instance" getter on the ServicesBinding binding mixin is only available once that binding has been initialized. Typically, this is done by calling "WidgetsFlutterBinding.ensureInitialized()" or "runApp()" (the latter calls the former). Typically this call is done in the "void..

  • format_list_bulleted App/Flutter
  • · 2023. 11. 14.
  • textsms
[Flutter] Windows 플러터 설치 및 안드로이드 Emulator 연동 하기

[Flutter] Windows 플러터 설치 및 안드로이드 Emulator 연동 하기

2023-10-08 1. 설치 공식 홈페이지에서 설치하는 방법도 있지만 개인적으로는 chocolatey를 활용해 설치하는 게 조금 더 편하고 간편하기 때문에 해당 방법을 추천한다. 우선적으로 windows powershell을 관리자 모드로 실행한다. 이후 아래 링크로 들어 간다. https://chocolatey.org/install Installing Chocolatey Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Cho..

  • format_list_bulleted App/Flutter
  • · 2023. 10. 8.
  • textsms
  • navigate_before
  • 1
  • ···
  • 5
  • 6
  • 7
  • 8
  • navigate_next
공지사항
전체 카테고리
  • 카테고리 (571)
    • Language (250)
      • 알고리즘 (100)
      • Java (144)
      • python (2)
      • Kotlin (4)
    • WEB (141)
      • Spring (24)
      • Spring Security (3)
      • Next.js (3)
      • TypeScript (3)
      • JavaScript (45)
      • jQuery (7)
      • CSS (25)
      • XML (3)
      • Maven (1)
      • Gradle (1)
      • JSP (1)
      • Thymeleaf (10)
      • HTML (11)
      • MyBatis (1)
      • JPA (3)
    • App (45)
      • Flutter (34)
      • Dart (4)
      • Android (2)
      • IOS (3)
      • Firebase (2)
    • Git (6)
      • GitHub (6)
    • AWS (15)
      • SCT (2)
      • Amazon Aurora (1)
      • S3 (2)
      • EventBridge (1)
      • EC2 (7)
      • EFS (1)
    • DataBase (44)
      • MySQL (19)
      • Oracle SQL (19)
      • Postgre-SQL (6)
    • OS (33)
      • Linux (27)
      • Windows (1)
      • Mac (5)
    • Tool (15)
      • DocKer (6)
      • Intellij (7)
      • VScode (2)
    • IT (17)
      • Developer-etc (13)
      • 개발상식 (4)
    • CodePen (2)
      • 캐러셀 (2)
최근 글
인기 글
최근 댓글
태그
  • #자바
  • #BOJ
  • #백준알고리즘
  • #Java8
  • #자바기초
  • #자바알고리즘
  • #Java
  • #backjoon
  • #백준
  • #자바공부
전체 방문자
오늘
어제
전체
Copyright © seemingljy All rights reserved.

티스토리툴바