Omnitalk
  • Omnitalk SDK
  • Commons
    • Precondition
    • Call Flow
    • Event Message
    • SDK State
  • Javascript
    • Installation
    • Quick Start
    • API Reference
  • TYPESCRIPT
    • Installation
    • Quick Start
    • API Reference
    • Developer's Guide
      • Pre-requisite
      • Audio Call
      • Video Call
      • SIP Call
      • Audio Room
      • Video Room
      • Chatting
  • IOS
    • Installation
    • Quick Start
    • API Reference
    • Developer's Guide
      • Pre-requisite
      • Audio Call
      • Video Call
      • SIP Call
      • Audio Room
      • Video Room
      • Chatting
  • android
    • Installation
    • Quick Start
    • API Reference
    • Developer's Guide
      • Pre-requisite
      • Audio Call
      • Video Call
      • SIP Call
      • Audio Room
      • Video Room
      • Chatting
  • FLUTTER
    • Installation
    • Quick Start
    • API Reference
    • Developer's Guide
      • Pre-requisite
      • Audiocall Guide
      • Videocall Guide
      • SIPcall Guide
      • AudioRoom Guide
      • VideoRoom Guide
      • Chatting Guide
  • REACT-NATIVE
    • Installation
    • Quick Start
    • API Reference
    • Developer's Guide
      • Pre-requisite
      • Audiocall Guide
      • Videocall Guide
      • SIPcall Guide
      • AudioRoom Guide
      • VideoRoom Guide
      • Chatting Guide
Powered by GitBook
On this page
  • 방법 1.
  • 방법 2.
  1. FLUTTER

Installation

PreviousChattingNextQuick Start

Last updated 1 year ago

방법 1.

Flutter, Dart용 공식 패키지 저장소 에서 Flutter용 를 다운받아 설치할 수 있습니다.

프로젝트 터미널에 다음 명령어를 실행합니다.

flutter pub add omnitalk_sdk

방법 2.

프로젝트 pubspec.yaml파일의 dependencies 설정에서 다음 코드를 추가한 후,

dependencies:
	omnitalk_sdk: ^2.0.0

프로젝트 터미널에서 flutter pub get 명령어를 실행하거나 Get Packages 버튼(VSC) 혹은 Packages get 버튼(IntelliJ/Android Studio)을 클릭하여 설치를 마칩니다.

pub.dev
옴니톡SDK