About:

alphv_dart A gRPC apis for Alphv Payment Gateway System

Getting Started For help getting started with Flutter, view our online documentation.

For help on editing package code, view the documentation.

Setting:

  • Create package

        $ dart create -t alphv_dart
    
  • Add Git Token

        $ dart pub token add https://dart-packages.example.com
    
  • Publish package

        $ dart pub publish --dry-run
    
        $ dart pub publish