toss_payment 0.2.2 toss_payment: ^0.2.2 copied to clipboard
Toss Payment Flutter Plugin 웹뷰를 이용한 토스 페이먼츠를 사용해 앱내 결제 기능이 구현되어 있습니다.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add toss_payment
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
toss_payment: ^0.2.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:toss_payment/toss_payment.dart';