flutter_fawry_pay_web 0.0.2 copy "flutter_fawry_pay_web: ^0.0.2" to clipboard
flutter_fawry_pay_web: ^0.0.2 copied to clipboard

unlisted

This plugin is for FawryPay for Web. It's use the JS library of FawryPay.

flutter_fawry_pay_web #

The Web implementation of flutter_fawry_pay.

Usage #

Import the package #

This package has been endorsed, meaning that you only need to add flutter_fawry_pay as a dependency in your pubspec.yaml. It will be automatically included in your app when you depend on package:flutter_fawry_pay.

This is what the above means to your pubspec.yaml:

...
dependencies:
  ...
  flutter_fawry_pay: ^0.0.6
  ...

If you wish to use the Web package only, you can add flutter_fawry_pay_web as a dependency:

...
dependencies:
  ...
  flutter_fawry_pay_web: ^0.0.1
  ...