본문 바로가기

Never give up

검색하기
Never give up
프로필사진 대기만성 개발자

  • 분류 전체보기 (129)
    • Flutter (50)
    • WEB (27)
    • WebRTC (6)
    • HLS (4)
    • Three.js (6)
    • 해왔던 삽질.. (36)
Guestbook
반응형
Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Tags
  • node
  • uint8array
  • http live streaming
  • Flutter
  • Redux
  • Image Resize typescript
  • Excel
  • three.js
  • webrtc
  • web track
  • KakaoMap
  • HLS
  • Prism.js
  • how to install cursor on ubuntu
  • cursor-ubuntu-installer
  • segment
  • userevent_tracker
  • jszip
  • Babel standalone
  • M3U8
  • html2canvas
  • swagger-typescript-api
  • code editor
  • babel
  • hls.js
  • typescript
  • REST API
  • react
  • Game js
  • uint16array
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록FirebaseAnalytics (1)

Never give up

Flutter - RouteObserver

화면 이동을 tracking 하는 용도로 사용할 때 RouteObserver를 사용하면 간단합니다 void main() { runApp(MaterialApp( home: const MyApp(), navigatorObservers: [CommonRouteObserver()], )); } MaterialApp의 navigatorObservers에 등록을 해주고 RouteObserver를 상속받은 클래스의 기능을 정의해줍니다 class CommonRouteObserver extends RouteObserver { void _saveScreenView( {PageRoute? oldRoute, PageRoute? newRoute, String? routeType}) { debugPrint( '[track] sc..

Flutter 2022. 9. 8. 13:57
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바